meteor-mandrill icon indicating copy to clipboard operation
meteor-mandrill copied to clipboard

BCC

Open rootedsoftware opened this issue 10 years ago • 1 comments

I looked over the API docs and I see a way to send a BCC along with an email. However my current code doesn't work with the to: [{"email": "[email protected]", "type": "bcc"}] for some reason.

I have a toEmail field that I don't see anywhere in the Mandrill API Docs so I think there must be something else going on inside the Mandrill code in Meteor.

rootedsoftware avatar Sep 20 '14 02:09 rootedsoftware

There is no toEmail field. Mandrill uses underscore_case.

Please use https://atmospherejs.com/wylio/mandrill instead. See #29.

dandv avatar Jul 19 '15 00:07 dandv