【发布时间】:2016-10-09 15:52:40
【问题描述】:
我试图通过 Amazon SES SMTP 接口发送电子邮件使用 php 引用此链接: AWS SES SMTP interface with PHP
它给出了authentication failure 的错误。 [SMTP: Invalid response code received from server (code: 530, response: Must issue a STARTTLS command first)]
通知一下,我已移出 Amazon SES 沙盒,并且我已验证我的发件人电子邮件。
我应该如何处理这个响应码?
【问题讨论】:
标签: php amazon-web-services smtp amazon amazon-ses