How to set TXT record for AWS SES verification?

I’m not able to get the TXT record set correctly so SES can verify my domain. I’ve followed the advice at:

and

and
https://support.cloudflare.com/hc/en-us/articles/204013460-How-do-I-add-Amazon-Simple-Email-Service-SES-records-to-my-DNS-settings-

But SES still has not verified my domain. I’ve seen conflicting information, so I currently have two TXT records, in the hopes that one would work:

Record 1:
Name _amazonses.email-smtp.us-east-1.amazonaws.com. (<<< notice the dot at the end)
Value “”

Record 2:
Name _amazonses
Value “”

Does one of those names look right? Should the value be in quotes?

Record 2 shouldn’t have a blank value. There’s a code they gave you to put in there. And just stick with Record 2. Get rid of Record 1.

sorry, the formatting of my post was messed up. I’m not using a blank Value- I’m using the long string they provided, but in quotes- something like:

Value = “apisudhf-8uq4q3hf-g93h-gf9qh3wh=”

Should I be using quotes?

Nope. No quotes.

1 Like

Thanks @sdayman, that worked. Name = _amazonses, Value = long string with no quotes.

My real problem though, was that SES had changed the Value. We had moved the domain to a new host and registrar; AWS could no longer find the required TXT record, and they began a revocation process. If you get an email from SES about your verification being revoked, don’t just copy the TXT record from your old registrar- instead go to SES and get the value from there, because they might have changed it.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.