Amazon SES Suppression List:

0

I am an Italian user. I send clean emails with correct and verified contents. I get this message every now and then:

Action: failed Remote-MTA: dns; amazonses.com Final-Recipient: rfc822; example@example.it (I removed the address) Diagnostic-Code: Amazon SES did not send the message to this address because it is on the suppression list for your account. For more information about removing addresses from the suppression list, see the Amazon SES Developer Guide at https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-email-suppression-list.html Status: 5.1.1

I have looked at the documentation but unfortunately my technical knowledge is poor. I would like to understand if there is a simple method to see the list of suppressed addresses and if it is possible to delete them or report them for correct delivery of emails. If someone, maybe Italian, could give me a hand, I would be grateful.

I await your indications, all the best

asked a year ago1.1K views
1 Answer
1

Hello,

Suppression list in AWS SES avoids sending emails to addresses that have previously resulted in bounce or complaint events. This feature is designed to protect the sender’s reputation and enhance message delivery rates.

To view the list of emails that are under SES Suppression List, you run the following AWS CLI command:

aws sesv2 list-suppressed-destinations

To list specific address that are in suppression list:

aws sesv2 list-suppressed-destinations | grep -A2 'example.com'

To remove email addresses from SES suppression list: https://repost.aws/knowledge-center/ses-remove-email-from-suppresion-list

References:

  1. https://aws.amazon.com/blogs/messaging-and-targeting/how-to-list-over-1000-email-addresses-from-account-level-suppression-list/ 2.https://docs.aws.amazon.com/ses/latest/dg/sending-email-global-suppression-list.html
profile picture
EXPERT
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • Thank you for a direct and succinct solution, and the two references to AWS documentation. Is there a similar method for the default opt-out list for Pinpoint SMS?

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