I have been trying to add mailgun dns TXT record on google cloud dns, with the data provided by mailgun,
Type TXT
Hostname mydomain.org
Enter This Value v=spf1 include:mailgun.org ~all
I entered the whole information on google cloud dns as I though it should be. Other ones worked well, except this particular TXT data.
google cloud dns record
I coppied the data provided by mailgun (v=spf1 include:mailgun.org ~all). But after cppied the txt data and pasted it on google cloud dns, under TXT, double quotation mark will automatically be added giving me the following result after saving it ("v=spf1" "include:mailgun.org" "~all"), which is normal.
But after all the settings, mailgun will not recognize it, as you can see on the first image.
Please guys, what should I do about this?