mailin icon indicating copy to clipboard operation
mailin copied to clipboard

Not getting email when BCC-ing the demo address ([email protected])

Open franky-continu opened this issue 10 years ago • 3 comments

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

franky-continu avatar Mar 13 '16 20:03 franky-continu

+1

ThucHoang avatar Mar 14 '16 09:03 ThucHoang

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.

Flolagale avatar Mar 14 '16 13:03 Flolagale

Sounds fantastic, I really like this project by the way. I hope the bcc comes up quick to be nothing too important.

franky-continu avatar Mar 14 '16 13:03 franky-continu