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
asked 7 months ago220 views
1 Answer
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
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions