使用 Amazon SES 进行交易电子邮件跟踪

Transactional email tracking with Amason SES

我已经设置了一个 Amazon SES 帐户来发送我的交易邮件。看起来工作正常。 但我需要跟踪每封电子邮件的远程服务器响应(当服务器发送、传递和接受时) 在本文档中,他们提出了一些替代方案 http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html

通过这些替代方案,我尝试了 Amazon CloudWatch。 Cloudwatch 开始给我一些总体信息,但没有提供电子邮件详细信息(交货时间等)

有人可以帮我解决这个问题吗? 谢谢

您无法使用 Cloudwatch 获取单个电子邮件的详细信息。为此,您必须将 SNS 与 SES 合并。

这将帮助您了解应该如何完成:http://docs.aws.amazon.com/ses/latest/DeveloperGuide/event-publishing-add-event-destination-sns.html