向自己发送电子邮件,但让我回复另一封电子邮件 [英] Sending an email to myself but letting me reply back to another email

查看:112
本文介绍了向自己发送电子邮件,但让我回复另一封电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Web应用程序联系页面上的某个人,通过Web应用程序平台(node.js)上的模块(nodemailer)向自己发送电子邮件。因为,我要向自己发送一封电子邮件,所以如果我回复该电子邮件,我将再次向自己发送一封电子邮件,而不是将其发送到电子邮件标题中设置的发件人标题中。我如何让客户(gmail,yahoo等)知道应该回复哪封电子邮件?

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?

我正在使用Node.js的Nodemailer模块来进行发送

I'm using Nodemailer module for Node.js to do the sending from a Ubuntu Linux server.

推荐答案

通常添加 Reply-To:标头足以表明应将地址回复发送到。

Usually adding a Reply-To: header will be sufficient for indicating which address replies should be sent to.

这篇关于向自己发送电子邮件,但让我回复另一封电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆