发送外发邮件时,Google App Engine邮件API不包含标头

时间:2018-12-18 15:59:50

标签: google-app-engine google-cloud-platform javamail

我正在尝试通过GAE Mail API发送带有标题的电子邮件。我设置了标题:

message.setHeader("X-Priority", "1");

但是AppEngine会忽略它。而且,当我收到一封电子邮件时,它不包含优先级标题。

有人知道如何为外发电子邮件设置优先级标题吗?

1 个答案:

答案 0 :(得分:4)

The Google App Engine Mail API only supports the specific headers listed in the documentation,当前:

  • 回复中
  • 列表ID
  • 列表退订
  • 代收
  • 参考
  • 当前日期
  • 发件人
  • 发送给