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 email to myself, if I reply to the email, I'll be sending an email to myself again, and not sending it to the email in the "from" header that's set in the email's header. How could I let clients (gmail, yahoo, etc) know which email should be replied to?
I'm using Nodemailer module for Node.js to do the sending from a Ubuntu Linux server.