I tried to use Amazon Simple Email Service (Amazon SES) to send emails. However, I get a 554 or 400 "Message rejected" error with the message "Email address is not verified. The following identities failed the check in [region]."
Short description
When you use Amazon SES to send emails, you must verify the domains and email addresses that you send emails from. If you use an unverified identity to send emails, then you can get Message rejected errors. These errors can apply to the From, Source, Sender, or Return-Path addresses.
If you use the Amazon SES Simple Mail Transfer Protocol (SMTP) interface, then the error is similar to "554 Message rejected: Email address is not verified. The following identities failed the check in region region: identity0, identity1, identity2."
If you use the Amazon SES API interface, then the error is "400 Message rejected." For a 400 error, check the error stack to determine what caused the error. The Email address is not verified error message occurs because your identity failed the verification check in the specified AWS Region.
Resolution
To resolve 554 or 400 Message rejected errors with the message Email address is not verified, take the following actions:
For more information, see Amazon SES email sending errors.