RFC822 Message-Id in new Gmail API

好久不见. 提交于 2019-12-02 13:19:54

问题


We are trying to set manually the RFC822 Message-Id when sending emails using the gmail api. We have tested but seen that Gmail overrides our value. Do you know if there is a reason for this? Can we do something for this?


回答1:


Yes the Message-Id is always set for mail sending to be the proper format for outgoing Gmail mail, the same format as the web interface.

What exactly is reason for needing to specify your own value instead of using either the message.id value returned during send for your own identifier or the final Message-Id header?



来源:https://stackoverflow.com/questions/25749488/rfc822-message-id-in-new-gmail-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!