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
回答済み 8ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ