At Zoho Marketing Automation, we strongly urge you to authenticate your domain by implementing SPF and DKIM.
SPF
Sender Policy Framework is an authentication technique that helps receiving email servers identify legitimate email senders and prevent spam entering the inbox of email recipients.
Learn more SPF.
DKIM
DomainKeys Identified Mail (DKIM) is an email authentication mechanism that uses the "Public key cryptography" technique to ensure that the email message was not modified during transit.
Learn more about DKIM.
To successfully authenticate your sender domain, you need to set up your SPF and DKIM TXT records. Authenticating your sender domain is a simple process that involves four easy steps.
- Add your sender domain.
- Copy the SPF and DKIM TXT records from your Zoho Marketing Automation account.
- Add the SPF and DKIM TXT records to the DNS server.
- Authenticate your domain in your Zoho Marketing Automation account after adding the SPF and DKIM TXT records to the DNS server.
Let's dive deep and learn more about setting up SPF and DKIM TXT records.
Add your sender domain
- Log in to your Zoho Marketing Automation account.
- Click Settings next to the notification icon.

- Under Marketing Channels, click Email.

- Select the Senders and Authentication tab and click Add Sender.

- Enter the email address patricia.b@zylker.com.
- Add multiple sender addresses separated by a comma, semicolon, space or enter each address on a new line.

- Click Save.
- Zoho Marketing Automation identifies the sender address as patricia.b@zylker.com and its domain as zylker.com as shown below.

- To verify your email addresses, log in to your email client and open the verification email sent by Zoho Marketing Automation.
- Click the Verify your email address button in the email to complete the verification process.
- Once verified, you will find your sender address (Example: patricia.b@zylker.com) listed under the Senders and Authentication tab.
Copy SPF and DKIM record values from Zoho Marketing Automation
Only the organization's admin has the privilege to access domain authentication settings. You can contact your organization's admin and ask them to help you authenticate your sender domain.
- Click Settings next to the notification icon.

- Under Marketing Channels, click Email.

- Select the Senders and Authentication tab and click Setup next to your domain.

- On the Setup SPF/DKIM page, click the Copy icon next to the SPF and DKIM text records.

Pasting the SPF and DKIM records in BlueHost
To add the SPF TXT record for your domain, follow these steps:
- Log in to your BlueHost account.
- Go to the Domains menu at the top and click the Zone Editor submenu.
- Select your domain name from the drop-down.
- To add a new SPF record, enter this information under Add DNS Record at the top of the Zone Editor:
- Type: TXT
- Name: Enter the domain name
- TXT : Paste the SPF TXT record displayed in the SPF/DKIM Setup screen
- TTL: Enter how long the server should take to cache the information
Example: v=spf1 include:zcsend.net include:sender.zohobooks.com ~all
5. Click Add Record.
Note: A sender domain can have only one SPF TXT record. We recommend not to add a new record if you already have one. If you have an existing SPF TXT record,
- Locate the record you added and click the Modify Record button.
- To the existing record details, add "include:zcsend.net" after "v=spf1". (Example: v=spf1 include:zcsend.net include:spf.zylker.com ~all)
- Click Modify Record.
If you are using Zoho Marketing Automation from the regions below, add the respective TXT value instead of include:zcsend.net.
- EU region - include:eu.zcsend.net
- India - include:zcsend.in
- China - include:zcsend.net.cn
To add the DKIM TXT record for your domain, follow these steps:
- Log in to your BlueHost account.
- Go to the Domains menu at the top and click the Zone Editor submenu.
- Select your domain name from the drop-down.
- To add a new DKIM record, enter this information under Add DNS Record at the top of the Zone Editor:
- Type: TXT.
- Name: Enter the DKIM host name displayed in the SPF/DKIM Setup screen. (Example:2232._domainkey)
- TXT Value: Paste the DKIM TXT record displayed on the SPF/DKIM Setup screen of your Zoho Marketing Automation account.
- TTL: Enter how long the server should take to cache the information
5. Click Add Record.
Note:
- If your DNS has already mentioned the domain name, enter the domain key alone in the Host Name field.
- If your sub domain is mail.zylker.com, the domain key should be "2232._domainkey.mail"
Click
here to learn more about managing your DNS record resource in your BlueHost account.