Deepak Bandela
Deepak Bandela

Reputation: 173

How to send AWS SES email to same domain that is verified

I have setup Amazon Simple Email Service account on one my my domains. Lets say it example.com

I am not able to send emails to that same domain I have verified.

meaning sending email from [email protected] to [email protected] is not happening.

I even tried in AWS console's send test email but couldn't send the email.

I couldn't find in AWS SES documentation saying we can't send emails to same domain.

Can we send emails to same domain in AWS SES? If not is it documented in AWS SES? If yes how can I send them?

Upvotes: 1

Views: 1439

Answers (2)

Damian
Damian

Reputation: 156

I was experiencing a similar issue and found the destination email had been added to AWS SES's suppression list because of a bounce reply from that email at some point. I'm not sure why it originally bounced, but after removing the email from the suppression list, email sending worked as expected again.

Link to suppression list:

https://<YOUR_REGION_CODE>.console.aws.amazon.com/ses/home?region=<YOUR_REGION_CODE>#/suppression-list

Upvotes: 0

Deepak Bandela
Deepak Bandela

Reputation: 173

I don't see in AWS SES documentation that it doesn't support sending to the same domain name.

I finally got to know that the domain I'm using is configured with Office 365 email provider, the admin have configured Spam filters such a way that it doesn't even enter user's inbox if they recognized it to be sending automated emails from same domain.

Conclusion: its not an issue from Amazon AWS SES but in-house spam filtering.

Upvotes: 1

Related Questions