"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

posta 2 anni fa317 visualizzazioni
1 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande