I am using AWS SES for sending emails using my domain name. The sending works fine. But now I want to receive all the emails sent using my domain like [email protected] in SES.
I am trying to receive emails using rule set defined to execute Lambda function or to store emails in S3 bucket.
When I try to send email using gmail to my domain email, it is not received in S3 bucket and Lambda function is also not executed.
I have done following things so far:
Verified my domain with SES, (CNAME, TXT entries on my DNS provider i.e. GoDaddy)
Added MX record for my domain in DNS settings
Defined rule set for receiving emails for [email protected] & store emails in S3 bucket.
Right now when I send email to this address I don't get anything in S3 bucket. I don't even receive delivery failure notification (This means MX record is working fine with my domain provider)
Please help.