"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

已提問 2 年前檢視次數 317 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南