Wylio / meteor-mandrill

Meteor package for sending email via Mandrill
https://atmospherejs.com/wylio/mandrill
32 stars 8 forks source link

MAIL_URL not encoded #21

Open chmac opened 7 years ago

chmac commented 7 years ago

In the Mandrill.config() function you're setting process.env.MAIL_URL. In previous meteor versions the MAIL_URL was unpacked and the arguments passed as an object to the SMTP transport. But now that's changed, and so this behaviour produces a MAIL_URL like smtp://foo@bar.com:pass@host:port which breaks Email.send().