Amazon SES bounce/complaint handling

Currently we are using Mandrill to send our emails, when ever Mandrill detects a bounce we get the original headers along with the bounce or a subaccount where the email was send from.

In Amazon SES we are getting the notifications through SNS thats no problem but besides the email from the user we get no original information back. So we have no idea what email campaign the user bounced on etc.

Anybody that knows how to handle this?


every SNS message contain a "mail" part with the messageId see. If you are sending a mail you receive as the only response the messageId see. so I store all the messageId together with information I later maybe need if that mail bounces or gets complaints and if I receive a bounce I can query all the information with the given messageId.

链接地址: http://www.djcxy.com/p/32230.html

上一篇: 如何使用Amazon SQS和SNS发送多封电子邮件?

下一篇: 亚马逊SES反弹/投诉处理