How to check email logs using message ID

0

I am using Amazon SES service so when I trigger any email to SES then in response I get a message-id now I want to check logs for that particular messageId whether the email got bounced, dropped, or successfully sent.

2 Answers
0

SES logs can be obtained according to the following documentation.
The log contains a "messageId" and can be found by searching for the corresponding ID.
https://repost.aws/knowledge-center/ses-email-sending-history

In this document, the OpenSearch Service is set up, but if the Kinesis destination is set to S3, logs will be output to S3.

profile picture
EXPERT
answered 2 years ago
0

Hey! Thanks, @riku for your response.

answered 2 years 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