【发布时间】: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