Zoho Books DKIM Setup: Fix Email Issues with GoDaddy & Wix

How do I fix Zoho Books invoices landing in spam or bouncing back when using GoDaddy or Wix for domain management?

Fix Zoho Books Email Issues: DKIM Setup for GoDaddy & Wix | Creator Scripts

Solving Email Authentication Issues: Zoho Books DKIM Setup for GoDaddy and Wix Users

Are your Zoho Books invoices landing in spam or bouncing back? You're not alone—email authentication problems often stem from missing DKIM (DomainKeys Identified Mail) records. In this guide, we'll walk you through fixing this for GoDaddy and Wix users, ensuring your invoices reach inboxes reliably. Let's dive in and get your email deliverability back on track.

Problem Analysis

Component Detail
Website Platform Wix
Domain Registrar GoDaddy
Invoicing Tool Zoho Books (migrated from Wave)
Symptom Invoices bouncing or in spam
Root Cause Missing DKIM authentication
Confusion Point Where to add DNS records (GoDaddy or Wix?)

Why This Happens

When you switch to Zoho Books, Zoho sends emails on behalf of your domain. Without DKIM, mail servers can't verify Zoho's authorization, leading to rejections or spam flags.

Critical First Step: Determine DNS Management

This is key—don't touch anything until you know who controls DNS.

How to Find Out in 60 Seconds

  1. Visit dnschecker.org.
  2. Enter your domain.
  3. Check nameservers:
    • domaincontrol.com → GoDaddy manages DNS.
    • wixdns.net → Wix manages DNS.
    • Other → Check that provider.

Solution 1: Add DKIM in GoDaddy DNS (Most Common)

Step 1: Get DKIM Record from Zoho Books

  1. Log into Zoho Books.
  2. Go to Settings → Organization Profile → Email Settings (or Email Delivery).
  3. Look for "Unauthenticated Domain" warning.
  4. Click "Authenticate" or "Set Up DKIM".
  5. Zoho provides:
    • Host/Name (e.g., zoho._domainkey).
    • TXT Record Value (long string starting with v=DKIM1; k=rsa; p=...).
  6. Copy exactly—don't modify.

Zoho's official guide: Zoho Email Notification Setup

Step 2: Add in GoDaddy

  1. Log into GoDaddy → My Products.
  2. Select domain → DNS.
  3. Click "Add New Record".
  4. Fill in:
    • Type: TXT
    • Name/Host: Paste Host (e.g., zoho._domainkey)
    • Value/TXT Value: Paste full DKIM string
    • TTL: 1 Hour (default fine)
  5. Save.

GoDaddy DNS help: GoDaddy TXT Record Setup

Solution 2: Add DKIM in Wix DNS (If Wix Manages DNS)

Step 1: Get DKIM Record (Same as Above)

Step 2: Add in Wix

  1. Log into Wix → Dashboard.
  2. Go to Domains → Select domain.
  3. Click "Manage DNS Records" (Advanced Settings).
  4. Click "+ Add Record".
  5. Fill in:
    • Type: TXT
    • Host Name: Paste Host
    • Value: Paste full DKIM string
    • TTL: Default
  6. Save.

Wix DNS help: Wix TXT Record Setup

Solution 3: Add SPF Record (Strongly Recommended)

DKIM + SPF boosts deliverability. Check existing SPF at mxtoolbox.com.

No SPF? Add TXT: v=spf1 include:zoho.com ~all

Existing SPF? Append include:zoho.com (e.g., v=spf1 include:[existing] include:zoho.com ~all)

Zoho SPF guide: Zoho SPF Configuration

Verification Steps

  1. Wait for Propagation: 15 minutes to 2 hours (up to 48).
  2. Verify DKIM: Use mxtoolbox.com with selector (e.g., zoho).
  3. Verify in Zoho Books: Settings → Email Settings → Should show "Authenticated".
  4. Test Email: Send to Gmail, check headers for DKIM: PASS and SPF: PASS.

Common Mistakes to Avoid

  • Wrong DNS provider → Record ignored.
  • Multiple SPF records → Breaks SPF.
  • Modifying DKIM value → Invalidates authentication.
  • Adding to Wix site settings → Not DNS.
  • Testing too soon → False negatives.

Quick Decision Summary

Start Here


Check nameservers at dnschecker.org

├── domaincontrol.com ──► GoDaddy

└── wixdns.net ─────────► Wix

Need Help?

Bottom Line: Once you identify DNS control, setup takes under 20 minutes. Check nameservers first, add records, wait, and verify.

Visual Content Suggestions

  • Screenshots of DNS record addition in GoDaddy/Wix.
  • Infographic on DKIM/SPF flow.
  • Step-by-step video tutorial.

Practical Next Steps

Implement these fixes today. For custom DNS setups, contact Creator Scripts at Creator Scripts Contact.

Key Takeaways

  • DKIM authenticates Zoho Books emails.
  • Check nameservers to determine DNS provider.
  • Add records in GoDaddy or Wix accordingly.
  • Include SPF for better deliverability.
  • Verify and test before full rollout.

Need expert help with Zoho integrations? Reach out to Creator Scripts at Creator Scripts Services.

Sources: Zoho Official Documentation; GoDaddy/Wix Help Centers.