如何使用自定义标题来串接电子邮件?
Gmail 是否在电子邮件回复中保留 x 标头? 我正在开发一个应用程序,它使用线程 ID 将电子邮件和电子邮件回复串联在一起。
我使用键 X-ThreadId 通过 SMTP .net 库添加带有线程 id 的标头。
如果我将其发送到 Gmail 帐户,我可以在电子邮件源中看到标头。但是,如果我随后回复它,我希望在回复中发送该标头。它似乎放弃了那个特定的标题。
Gmail 是否会在回复电子邮件中删除标头信息?这是电子邮件的普遍问题吗?如果是这样,我该如何解决这个问题?
Does gmail preserve x-headers in email replies?
I'm developing an application which threads emails and email replies together using a Thread Id.
I add the header through SMTP .net library with the thread id, using the key X-ThreadId.
If I send it to a gmail account, I can see the header in there in the email source. However if I then reply to it, I want that header to be sent in the reply. It seems to drop that particular header.
Does gmail drop header information in the reply email? Is this a generic problem with email? If so, how do I get round this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以确认,当您点击回复按钮时,Gmail 不会向新电子邮件添加 X- 标头。
I can confirm that Gmail does not add X- headers to the new email when you hit reply button.