Retrieve an email by MessageId

0

HI all I'm currently send emails by API SES. I store the messageId on sent response. I have SES connected to SNS to send notification about bounces or complaints, but how can I retrieve the email data for subsequent management? The content of bounce notification doesn't have a direct link to email.

Thank You

profile picture
Quibor
asked a year ago217 views
1 Answer
0

SNS notification will only provide the specified contents listed in the following document: https://docs.aws.amazon.com/ses/latest/dg/notification-contents.html. If you require to access the email body, then you must implement an external solution, such as storing the email content in the sending sending server or similar method.

profile pictureAWS
Manas
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions