Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing MAIL FROM Domain in Amazon AWS SES

I'm using a marketing email application called Mautic to use AWS SES to send emails. I'm receiving the emails successfully but they're all from the domain amazonses.com. I followed the AWS SES documentation to verify ownership of my domain, I enabled SPF and DKIM successfully, and I put the proper MX records into my GoDaddy DNS. Everything is 'verified' in the AWS Console, but I'm not sure how to get it to use the "MAIL FROM" domain I've setup. Mautic has no settings with respect to the "MAIL FROM" domain so I'm pretty sure I'm just missing the last step on the SES in order to get it to actually use the 'from' domain I've setup.

Please let me know if I can provide any more details that might be helpful. Thanks for your time in advance!

like image 676
jkovba Avatar asked Dec 21 '16 23:12

jkovba


1 Answers

I had the same issue, but it was because I had verified my email address before I set up the MAIL FROM domain. In this case, if you look at the details for the verified email address, you will see the MAIL FROM domain set to amazonses.com. It appears that SES uses this value when sending from this email regardless of the MAIL FROM domain setting.

Since my domain is verified, my solution was to simply delete the verified email. Now when I send emails, it uses the domain default which is my MAIL FROM domain setting.

If you are using verified email addresses, check that it shows the MAIL FROM domain that you want to use in the details.

like image 174
Chris Bartholomew Avatar answered Sep 17 '22 20:09

Chris Bartholomew