1 Answer
- Newest
- Most votes
- Most comments
1
Can I run the following command to check the status of the SES?
aws ses get-account-sending-enabled --region ses_region
If the result is false, try executing the following command to activate it.
aws ses update-account-sending-enabled --enabled --region ses_region
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 9 months ago

Hi Riku, will ask my IT team to try this. Thank you very much!
If anyone else has other recommendations, please share as well!
Regards Ryan
@Riku, I followed your steps and see this but the SES server is still not sending emails. ubuntu@ip-123-45-67-890:/var/www/html$ aws ses get-account-sending-enabled --region us-east-1 { "Enabled": true }