I\'m sending an email to myself using a module (nodemailer) on my web application\'s platform (node.js) from someone using my web app\'s contact page. Since, I\'m sending an
Add a replyTo field to the mailOptions object. That worked for me. It's also in their docs.
The from will still show your email but replies will go to the replyTo email. Also, make sure you use the '"Fred Foo" ' syntax in the from field and you will see the sender's name on the conversation from field.