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

Tim
已提問 9 個月前檢視次數 312 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南