SES Account Sending Status is Pause

0

"Last week, our SES account was compromised, resulting in AWS pausing our account. We engaged in correspondence with the support team and took precautionary measures to prevent a recurrence of such incidents. Subsequently, our account was reactivated, but our ability to send emails remains disabled. We attempted the steps outlined https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitoring-sender-reputation-pausing-account.html#monitoring-sender-reputation-pausing-account-part-3 without success.

Could someone please provide guidance on how to re-enable our email-sending capabilities, as our account is currently in a paused state?"

Asad
已提问 8 个月前237 查看次数
1 回答
0

Hello,

You can try executing this command from AWS CLI

aws ses update-account-sending-enabled --enabled --region <YOUR_REGION>

Also, You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account in a given Amazon Web Services Region when reputation metrics (such as your bounce or complaint rates) reach certain thresholds.

More information in these links https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ses/update-account-sending-enabled.html https://docs.aws.amazon.com/ses/latest/APIReference/API_UpdateAccountSendingEnabled.html

AWS
已回答 7 个月前

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

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

回答问题的准则