【问题标题】:How to verify the result of sending an e-mail?如何验证发送电子邮件的结果?
【发布时间】:2012-10-15 00:46:10
【问题描述】:

我用The Mail Python API 发送消息。有什么方法可以验证:

  1. 消息已送达;
  2. 消息已读?

(我指的是 MS Outlook 中的函数)

【问题讨论】:

标签: python google-app-engine email


【解决方案1】:

GAE Python Mail API 不会提供有关邮件传递的任何信息。这个问题:http://code.google.com/p/googleappengine/issues/detail?id=1800 已经存在好几年了,还没有解决。

作为替代方案,您可以在 GAE 中使用 Amazon SES Web 服务。这很好用!

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-03-09
    • 2020-12-12
    • 1970-01-01
    • 2019-06-24
    • 2018-11-21
    • 2019-03-04
    • 1970-01-01
    • 2017-03-17
    相关资源
    最近更新 更多