"SendingEnabled": false

0

why is "Sending Enabled" always wrong? even though I've used this method: aws ses update-account-sending-enabled --no-enabled --region but still false

asked 2 years ago309 views
1 Answer
0

Where are you seeing the "SendingEnabled": false value?

Note that:

  • To enable email sending for the entire AWS account, you can use the command: aws ses update-account-sending-enabled --enabled --region <<sending_region>>

  • To enable email sending for a configuration set, you can use the command: aws ses update-configuration-set-sending-enabled --configuration-set-name <<ConfigSet>> --enabled

References: Re-enable email sending for Entire Account and Configuration Set

profile picture
joahna
answered 2 years 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