I have this error when sending email to gmail user. I have gone to the Google support link below to read but was not clear how to set up the SPF or DKIM.
And I have contacted my host dreamhost on it but they said my domain DNS is managed externally at Cloudflare.
Have gone to Cloudflare page on dns-spf-record. But still not clear on how should I set up my entry.
May I know if anyone is also using dreamhost and know how to set up SPF and DKIM?
In order to at least have something, just add a TXT record (not SPF!, SPF actually uses TXT records, don’t ask why :), with content “v=spf1 ~all”.
This should at least satisfy Google, until you learn how to set-up SPF, DKIM, and DMARC.
(If you are not the administrator of the mail server, ask them, they should know).
Like in Add record
Type=Txt
Name=______(what to write here)
TTL=Auto
Content= “v=spf1 include:atozmath.com ~all” (without qoutes) (I am using domain atozmath.com)
Below was what I typed in
Type=TXT Name=symphonyoflove.net (this is my domain, not sure if it is right)
TTL=1hr
Content= “v=spf1 include:atozmath.com ~all” (without qoutes)
Actually I am really not that sure also and no other person replied except bernardo.reino
If you domain is atozmath.com, using include:atozmath.com will result in an invalid SPF record. You published a record that says it should include its own contents. That creates an infinite recursive loop.
You need to create your SPF record using the information provided by your email hosting provider. The reason include:dreamhost.com worked for @bkchua is because Dreamhost publishes an SPF record that their customers can include.