Saturday, 15 May 2010

smtp - Meteor Mailgun response to emails not going to "from" address -



smtp - Meteor Mailgun response to emails not going to "from" address -

i have next meteor code, meteor's default mailgun smtp settings:

email.send({ to: "customer@gmail.com, from: "company@gmail.com", replyto: "company@gmail.com", subject: 'test', text: "test" });

the email sends fine, when client clicks "reply" in gmail, replies "customer@gmail.com" instead of "company@gmail.com".

make sure you're not hitting "reply all" instead of "reply".

i have tested , it's working expected on end latest meteor , email module.

best,

meteor smtp mailgun

No comments:

Post a Comment