Hello,
In order to enable SPF on my domain, I need to add a TXT record at the root level of the domain containing “v=spf1 include:_spf.google.com ~all”.
I have tried adding a record with:
Type=TXT
Subname=(blank)
Content=“v=spf1 include:_spf.google.com ~all”
TTL=3600
This fails with message: "I get this error: Another RRset with the same subdomain and type exists for this domain. "
Is it not possible to have multiple TXT records with subname blank?
The problem is, that I also have another TXT record at the root level, namely the google verification record: “google-site-verification=xxx…”
I cannot remove this record as my domain will then not be validated with google.
Can I combine multiple values into the same record like this?
Type=TXT
Subname=(blank)
Content"google-site-verification=xxx" “v=spf1 include:_spf.google.com ~all”
Would that be possible?
How to proceed?