How to Setup SPF for Zoho Mail?

The Sender Policy Framework (SPF) is an email authentication system that detects forged sender addresses while the email is being delivered. SPF, on the other hand, is confined to detecting a forged sender claim in the email’s envelope, which is used when it bounces.

NOTE: You need to add _zoho. com_ in your SPF record to authorise ZOHO to send emails.

Now follow these steps to set up SPF :

  • Log in to your DNS management console and choose the domain for which you want to add the new SPF record.
  • If you already have an existing SPF record, modify it using the following value for different Zoho setups :

            Zoho Campaign: include:zcsend.net

            Zoho Mail: include spf.zoho.eu or, include:zoho.in

After you have modified your record, it will look something like this :

v=spf1 include:_spf.google.com include:zoho.in -all 

  • If you don’t have an existing SPF record, you just need to add the following TXT record :

                v=spf1 include:zoho.in -all

After you have successfully set up the new SPF record, verify it using our free SPF validator tool.

Comments are closed.