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 个月前298 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则