"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

preguntada hace 2 años317 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas