【问题标题】:sending formatted email addresses in GAE在 GAE 中发送格式化的电子邮件地址
【发布时间】:2014-02-18 21:35:37
【问题描述】:

这在 GAE Python 中很好:

sender="Example.com Support <support@example.com>"

但会在 PHP 中抛出 invalid sender,我似乎只能在指定的情况下发送电子邮件:

sender="support@example.com"

有人在 PHP 下取得了成功,或者 GAE 的任何人都可以对此进行扩展吗?

【问题讨论】:

    标签: php google-app-engine email


    【解决方案1】:

    这是 GAE PHP 中的一个已知问题,您可以在 https://code.google.com/p/googleappengine/issues/detail?id=10153 跟踪它

    【讨论】:

      猜你喜欢
      • 2013-01-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-20
      • 2013-11-08
      相关资源
      最近更新 更多