How to add SPF TXT record which has the same record name with other TXT record already exist

1

Hi

I have already a TXT record, e.g., "abc.com" with values about google-site-verification. When I try to add another SPF TXT record which has the same record name with abc.com, AWS doesn't allow the same record name.

So, the questions are:

  1. Can I add the SPF TXT record with record name abc.com ?
  2. Or can I add SPF TXT value to existing abc.com TXT record with google-site-verification value?
asked a year ago834 views
1 Answer
2
Accepted Answer

It is possible to register multiple TXT record values.
Points to note when setting up.

  • Enclose records (values) in double quotation marks (") to identify them.
  • Each record (value) should be entered on a new line.

This means that the value of the TXT record should be set as follows.

"v=spf1 include:amazonses.com ~all"
"test-ABCDEFGHIJK"

It would also be a good idea to perform an SPF Record Check after the settings are made.
https://mxtoolbox.com/spf.aspx

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions