您如何查看完整的 AWS SES 错误消息?
How do you view the full AWS SES error message?
当前
- 我将 AWS SES 与我的 Wordpress 网站和 WooCommerce 插件一起使用。
- 发送给@bigpond.net 用户的电子邮件失败
问题
我想检查唯一的 16 字符消息 ID,以及一个看起来像 IBxxx 的代码,其中 xxx 是一串数字,但 Wordpress / WooCommerce 没有提供给我。
我收到的全部是:
主题:传递状态通知(失败)
from: MAILER-DAEMON@ap-southeast-2.amazonses.com
to: my@emailaddress.com
date: Jan 15, 2022, 1:00 PM
subject: Delivery Status Notification (Failure)
mailed-by: 4444-444.smtp-out.ap-region-1.amazonses.com
signed-by: amazonses.com
An error occurred while trying to deliver the mail to the following recipients:
user@bigpond.com
问题
如何访问从 Bigpond 发送的完整错误消息?
对于某些服务(vpn
和 ses
是我所知道的服务),AWS 不会直接与客户共享日志。您需要打开支持票并索取日志。就我而言,我注意到他们并不总是与您分享完整的日志,而只与您分享您感兴趣的部分。
当前
- 我将 AWS SES 与我的 Wordpress 网站和 WooCommerce 插件一起使用。
- 发送给@bigpond.net 用户的电子邮件失败
问题
我想检查唯一的 16 字符消息 ID,以及一个看起来像 IBxxx 的代码,其中 xxx 是一串数字,但 Wordpress / WooCommerce 没有提供给我。
我收到的全部是:
主题:传递状态通知(失败)
from: MAILER-DAEMON@ap-southeast-2.amazonses.com
to: my@emailaddress.com
date: Jan 15, 2022, 1:00 PM
subject: Delivery Status Notification (Failure)
mailed-by: 4444-444.smtp-out.ap-region-1.amazonses.com
signed-by: amazonses.com
An error occurred while trying to deliver the mail to the following recipients: user@bigpond.com
问题
如何访问从 Bigpond 发送的完整错误消息?
对于某些服务(vpn
和 ses
是我所知道的服务),AWS 不会直接与客户共享日志。您需要打开支持票并索取日志。就我而言,我注意到他们并不总是与您分享完整的日志,而只与您分享您感兴趣的部分。