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
- Visit dnschecker.org.
- Enter your domain.
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
- Log into Zoho Books.
- Go to Settings → Organization Profile → Email Settings (or Email Delivery).
- Look for "Unauthenticated Domain" warning.
- Click "Authenticate" or "Set Up DKIM".
Zoho provides:
- Host/Name (e.g.,
zoho._domainkey). - TXT Record Value (long string starting with
v=DKIM1; k=rsa; p=...).
- Copy exactly—don't modify.
Zoho's official guide: Zoho Email Notification Setup
Step 2: Add in GoDaddy
- Log into GoDaddy → My Products.
- Select domain → DNS.
- Click "Add New Record".
Fill in:
- Type: TXT
- Name/Host: Paste Host (e.g.,
zoho._domainkey) - Value/TXT Value: Paste full DKIM string
- TTL: 1 Hour (default fine)
- 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
- Log into Wix → Dashboard.
- Go to Domains → Select domain.
- Click "Manage DNS Records" (Advanced Settings).
- Click "+ Add Record".
Fill in:
- Type: TXT
- Host Name: Paste Host
- Value: Paste full DKIM string
- TTL: Default
- 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
- Wait for Propagation: 15 minutes to 2 hours (up to 48).
- Verify DKIM: Use mxtoolbox.com with selector (e.g.,
zoho). - Verify in Zoho Books: Settings → Email Settings → Should show "Authenticated".
- 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.