1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
How about setting up Amazon SES to notify you when a bounce occurs?
https://docs.aws.amazon.com/ses/latest/dg/configure-sns-notifications.html
The content of the notification includes a field called "bounceType", so you may be able to determine what caused it from there.
https://docs.aws.amazon.com/ses/latest/dg/notification-contents.html#bounce-object
Relevant content
- asked 6 months ago
- asked 4 months ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
This worked! Receiving the SES notification via SNS provided me with the reason for the bounce which i was then able to fix! Thanks for the guidance!