Not getting email when BCC-ing the demo address ([email protected])
Hi I'm trying to evaluate mailin and I need to BCC an email to track that I've sent some particular emails in the process. If I sent a direct mail to it, it work but if I sent the email to someone else and BCC the demo address it does not.
Any idea if this will be the case if I go with mailin for my solution?
Also how are attachments handled? I see the attachment objet with checksum, name, etc. but is there a stream to it or does it saves it before that to a place you can access when you get the message object?
Cheers, Franky
+1
For the Bcc issue, I don't know what is going on, I have to investigate.
Regarding the attachments question, the webhook payload is a multipart form with a mailinMsg fields always present and some additional fields containing the content of the attachments. This multipart form has to be parsed on your server side. There is a working example using node and express in mailin/samples/server.js.
Sounds fantastic, I really like this project by the way. I hope the bcc comes up quick to be nothing too important.