Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Receiving Email is not working in Amazon SES

Tags:

I tried to access the email and tried to store email in S3 bucket but it is not working.

SES configuration:

  • domain verified
  • email address verified
  • created rule set in rule set Recipient has provided
  • In S3 action bucket name given
  • AMAZON_SES_SETUP_NOTIFICATION has received.

After that if I receive any email from particular recipient it is not stored in S3.

like image 294
sachin DK Avatar asked Sep 08 '17 09:09

sachin DK


People also ask

Why can I not receive emails from Amazon?

If you are no longer receiving these e-mails, you should make sure that: E-mail order notifications are still enabled in your Notification Preferences found in the Settings drop-down menu. You have received new orders since the e-mails stopped coming.

Does Amazon SES use SMTP?

To send production email through Amazon SES, you can use the Simple Mail Transfer Protocol (SMTP) interface or the Amazon SES API.


Video Answer


1 Answers

If you are using Route53 for your domain management, you may have forgotten to set up MX record for it.

Here is an instruction of how to do it.

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-mx-record.html

like image 185
Yevgeniy Afanasyev Avatar answered Oct 23 '22 06:10

Yevgeniy Afanasyev