I have a problem with AWS. I have setup a SES domain to send emails (which works flawlessly) but sometimes mails bounce because of spam. So a couple weeks ago I activated DKIM which also works great.
Now I'm trying to change the MAIL FROM domain and have setup a subdomain to use (mail.thedomain.com) and added the necessary MX and SPF records to the DNS but Amazon is not able to pick it up.
I tried a lookup with mxtoolbox.com and the values are shown there just the way it's supposed to be but the status in the AWS console doesn't change from "pending".
It could be caused by TTL. If amazon does not query the nameserver directly the old setting will be cached on their local nameservers. If that is the case, all you can do is wait
Btw. Mxtoolbox queries the nameserver directly and therefor does not have issues with TTL.
If that isn't the, feel free to post the domains. I will gladly take a look
Only the MAIL FROM part. DKIM is verified and working.
Also the emails are working but they are currently being sent from some AWS subdomain which is the default and I think that's triggering some Spam filters which is why I'd like to set the MAIL FROM domain.
I'm just not sure how to get around that problem :)