I'm using Amazon SES to send email. I've also set up Amazon SNS to receive notifications when emails bounce for whatever reason. This is working fine.
In the bounce notification I receive, I can see the date, the sender and the recipient. But the subject of the mail is not listed. See example
I do see a messageId
in there. Is there an API to retrieve the message details? I also looked at Amazon SQS, but I'm not sure if that will work.
250 Ok <Message ID>
(see docs.aws.amazon.com/ses/latest/DeveloperGuide/…) – ardila