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
After reading all the answers, here's what worked for me:
Specify BOTH "from" and "replyTo" fields (with the email you want to reply to), not only one or the other.
This allows you to still use a Gmail account to send those messages.