- Newest
- Most votes
- Most comments
It seems you're experiencing issues with receiving the custom verification email from Amazon SES. Here are some steps you can take to troubleshoot and resolve the issue:
-
Check your spam or junk mail folder: The verification email might have been filtered into these folders.
-
Verify that the email address you're trying to send to can receive emails: Try sending a test email from a different email address to ensure it's working correctly.
-
Double-check the email addresses in your AWS CLI commands: Make sure there are no typos or errors in both the "from" and "to" email addresses.
-
Ensure that your domain's DNS settings are correct: Verify that all required DNS records (including TXT records for domain verification and DKIM) are properly set up in your domain's DNS configuration.
-
Check if you've added the necessary MX record to your DNS settings: The MX record should look something like "10 inbound-smtp.us-east-1.amazonaws.com" (replace "us-east-1" with your specific AWS region).
-
Review your receipt rules in the Amazon SES console: Ensure that your receipt rules are correctly configured and active. The rule should have a receipt condition that matches your verified domain.
-
Verify that you've completed the domain verification process for email receiving with Amazon SES.
-
Remember that email addresses in Amazon SES are case-sensitive, so ensure you're using the correct case when entering email addresses.
If you've completed these steps and are still not receiving the verification email, it's possible that there might be an issue on Amazon SES's side. In this case, you may want to contact AWS Support for further assistance. When contacting support, include the output of your AWS CLI commands with the --debug option for a more detailed analysis.
Sources
Identity verification email for shared mailbox | AWS re:Post
Email address and domain verification problems - Amazon Simple Email Service
SES Verification Email not being sent | AWS re:Post
Relevant content
- asked 5 months ago
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago