我正在尝试通过GAE Mail API发送带有标题的电子邮件。我设置了标题:
message.setHeader("X-Priority", "1");
但是AppEngine会忽略它。而且,当我收到一封电子邮件时,它不包含优先级标题。
有人知道如何为外发电子邮件设置优先级标题吗?
答案 0 :(得分:4)
The Google App Engine Mail API only supports the specific headers listed in the documentation,当前: