I have the following Meteor code, with Mailegun SMTP default SMTP settings:
Email.send({ to: " customer@gmail.com , from: " company@gmail.com ", replyTo: " company@gmail.com ", subject: 'Test', text: "Test" });
The letter is sent normally, but when the client clicks "reply" in Gmail, he answers " customer@gmail.com " instead of " company@gmail.com ".
source share