Need to add DKIM: SPF: DMARC: records for Gmail

I have 3 Cloudfare websites all of which can’t send email to Gmail users. My ISP recommends adding DNS records as follows:

DKIM:

20230524._domainkey.scottishcca.co.uk 3600 IN TXT “v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtJ24ZMzM93etMZ7RvVIqSN8Fq0gpNbL59PdfCy+ZywBOMkVXaQUJQlEXWf1D0L8aS7LIQRe5on1LY0i8e3Heq4kTB6e1p0Ynm6sKF9e73GL7nnr0WTz0CuXmGLJAL2VIpbkBTRTIArym0w53SBxHcwTflSNVllIGOlZ5eAgmjESxO2d9BnBJ2f+ukJ6jfHsdowGaZSZZLJnXD4n7ydXQB6YaBeTsx/xmZ14VUhuYpoFFNQ/LiYWDLJW1cna36B0tucHK7p/kZQqOIYArxDe6J4hdNV2zQZvg6Ek6oCOz6icusNrEVz+PlGUOE1yVc/B2Lzz45CUv3P7mL8Up36MSBQIDAQAB”

SPF:

@ IN TXT “v=spf1 include:_spf.iomartmail.com ~all”*

DMARC:

_dmarc 86400 IN TXT “v=DMARC1; p=none; fo=1”

Can you help please?

You can add DNS records over here:

https://dash.cloudflare.com/?to=/:account/:zone/dns/records

There is also a Tutorial explaining how to add records over here:

1 Like

I’m not techical enough to risk pasting my hosting supplier’s code in the wrong place. Can anybody help to do this for me? A volunteer would be a big relief believe me!

There’s really nothing you can do wrong there. If it doesn’t work, you’ll just have to start over.

1 Like

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