How do you get a email address removed from ses global suppression list?

0

Hi, There is a domain that recently had no email server for an extended period. SES has added their emails to the global suspension list due to multiple bounces.

The domain is now back online correctly and mail server is operating. How can I now get those emails removed from the global suspension list as they won't bounce any more?

SES is returning an error when sending to this email saying: Diagnostic-Code: Amazon SES has suppressed sending to this address because it has a recent history of bouncing as an invalid address. For more information about how to remove an address from the suppression list, see the Amazon SES Developer Guide: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/remove-from-suppressionlist.html Status: 5.1.1

That link does not work.

Thanks

1개 답변
1

Hello.
The following documents may be helpful to you.
https://repost.aws/knowledge-center/ses-remove-email-from-suppresion-list

To remove an email address from the suppression list, execute the following command.

aws sesv2 delete-suppressed-destination --email-address user@example.com

For other operations of the suppression list, please refer to the following documents.
https://docs.aws.amazon.com/ses/latest/dg/sending-email-suppression-list.html

Note that the global suppression list cannot be operated by the user, so an account suppression list must be created and overwritten.
https://docs.aws.amazon.com/ses/latest/dg/sending-email-global-suppression-list.html

The global suppression list operates and is managed in the background by SES - you cannot interact with it directly; however, you can override it by using your own account-level suppression list.

profile picture
전문가
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인