Chapter · SPF for Zoho Mail
    Revised 17 Jun 2026
    Guide · SPF · Zoho Mail

    How to set up SPF for Zoho Mail.

    Zoho Mail is a budget-friendly business mail platform. The DKIM step is unusual — you generate the selector inside the Zoho admin console rather than using a fixed name.

    Afsan Rahmatullah
    Afsan RahmatullahMailerMonk

    SPF (Sender Policy Framework, RFC 7208) authorizes specific servers to send mail for your domain. When you start sending through Zoho Mail, you must publish a single SPF record at your domain apex that includes Zoho Mail's sending infrastructure — otherwise the messages will fail SPF, your DMARC checks will fail, and your mail will land in spam or be rejected outright.

    If you already publish SPF for another sender (Google Workspace for inbound, a marketing tool, your CRM), do not publish a second record. Merge the new include into the existing record. RFC 7208 §3 forbids multiple SPF records on the same name and receivers MUST return permerror when they see one.

    Publish these DNS records

    Add the following record(s) to your domain's DNS zone. Most registrars (Cloudflare, Route 53, Namecheap, GoDaddy) accept values exactly as shown.

    Record · TXT
    Type
    TXT
    Host
    @
    Value
    v=spf1 include:zoho.com ~all
    Why this matters
    • EU customers should use `include:zohomail.eu` instead. The wrong include silently passes SPF macros but fails alignment for some receivers.

    Where in Zoho Mail

    The SPF configuration lives in Zoho Mail Admin → Domains → <your-domain> → Email Configuration → DKIM.

    Verify the records

    Once published, run the SPF Checker on your domain to verify the lookup chain expands cleanly and stays under the 10-DNS-lookup limit.

    From a terminal
    dig +short TXT your-domain.com
    Run the free SPF checker

    Common pitfalls

    Pitfall
    • Zoho's DKIM verification step takes 30–60 minutes to recognize a freshly published TXT record even when DNS has propagated globally. Hitting the Verify button repeatedly does not help — wait it out and try again after an hour.
    • If you migrate from Google Workspace to Zoho, remove Google's `_domainkey` records during cutover or you'll have multiple DKIM selectors active and may get flagged as spoofing.
    • EU and US Zoho accounts use different DNS hosts. `include:zoho.com` is for global/US; EU customers must use `include:zohomail.eu`. The DKIM record is generated regardless, but the SPF mismatch will fail alignment for some receivers (especially Outlook.com and Yahoo EU).
    • The Zoho admin console occasionally shows the TXT value truncated in the UI. Always copy from the `Copy` button rather than selecting text manually — manual selection often misses the trailing characters of the public key.
    After you publish

    Want to know if it actually keeps working?

    MailerMonk continuously watches your SPF record, aggregate DMARC reports, and inbox placement — and pings you the moment something drifts. Free for the first domain.

    Start free trial

    About the author

    Afsan Rahmatullah
    Afsan Rahmatullah
    MailerMonk

    Building tools that keep cold email out of spam. Writes about deliverability, DMARC, and what actually moves inbox placement.

    Related · Zoho Mail

    Other records for Zoho Mail