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?

gefragt vor 2 Jahren1187 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen