I want to use Amazon\'s Simple Email Service to send emails.
I verified my domain as well as the email address I want to send from.
For both it says ve
@Matt Houser has already answered the questions but I am adding a screenshot from June, 2020 that explains what he said.
If the email is already verified and you're out of the SES Sandbox, check that you've the correct AWS region for the SMTP server. I was trying to connect to email-smtp.eu-west-1.amazonaws.com
when my SMTP credential was for the email-smtp.us-east-1.amazonaws.com
server.
Make sure
When your SES account is in "sandbox" mode, you can:
In order to send to anyone else, you must move your account out of sandbox mode by contacting AWS support and requesting it:
https://docs.aws.amazon.com/console/ses/sandbox
In my case I needed to verify the email again in the region where it failed. You can try to change your region in the top right then you have click again "Verify a New Email Address"