How to get email addresses sent failed by AWS SES?

0

Hi,

I need to figure out which email addresses could not be delivered by AWS SES (for example, those email do not exist). How do I get that? Thanks.

1 Answer
0

Hi,

You can configure Amazon SES to send notifications for bounces, complaints and deliveries through Amazon Simple Notification Service (Amazon SNS). These notifications will give you all the information you need to be able to see what happened and allow you to programmatically take any actions required (Like remove them from your mailing list)

The following documentation provides all the information for how to configure these notifications through SNS and gives some examples of the notifications: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html

answered a year 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