Disable AWS SES retry mechanism

0

We want to get a response immediately if the email has been successfully sent or not. If there's a bounce, we want AWS to not attempt to retry sending the email instead just return a response that says there's a bounce. Is it possible to disable the retry mechanism of SES if there's a bounce?

asked 2 years ago1151 views
1 Answer
0
Accepted Answer

If it is a hard bounce, SES will not retry sending the email and you'll receive feedback as soon as the hard bounce occurs. If it's a soft bounce (i.e. due to a transient issue), then SES will retry sending the message. This cannot be disabled. For more info on hard bounces vs. soft bounces, please check these articles:

AWS
Krishna
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