I tried to use Amazon Simple Email Service (Amazon SES) to send emails, but I get a 554 or 400 "Message rejected" error.
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 the following: "554 Message rejected: Email address is not verified. The following identities failed the check in region region: identity0, identity1, identity2."
If you sent the email from an AWS Identity and Access Management (IAM) user in Amazon SES, then the error is 554 Access denied.
If you use the Amazon SES API interface, then the error is 400 Message rejected.
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.