"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

1回答
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
回答済み 2年前

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

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

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

関連するコンテンツ