Documentation Index
Fetch the complete documentation index at: https://docs.unosend.co/llms.txt
Use this file to discover all available pages before exploring further.
Why Verify Your Domain?
All plans include unlimited domains — add as many sending domains as you need at no extra cost.Better Deliverability
DKIM signing proves email authenticity
Custom Sender
Send from your own domain address
Brand Trust
Recipients see your domain, not ours
No Spam Warnings
Avoid “via unosend.co” labels
Setup Guide
Add Your Domain
Configure DNS Records
Add the following 3 DNS records to your domain. Go to your DNS provider (Cloudflare, Route53, GoDaddy, etc.) and add these records:
1. SPF Record (TXT)
Authorizes Unosend (via ZeptoMail) to send emails on your behalf:| Field | Value |
|---|---|
| Type | TXT |
| Name/Host | @ (root domain) |
| Value | v=spf1 include:transmail.net ~all |
| TTL | 3600 (or Auto) |
If you already have an SPF record, add
include:transmail.net to it. For example: v=spf1 include:transmail.net include:_spf.google.com ~all2. CNAME Record (Bounce Handling)
This enables bounce handling through ZeptoMail’s infrastructure:| Field | Value |
|---|---|
| Type | CNAME |
| Name/Host | bounce |
| Value | cluster90.zeptomail.com |
| TTL | 3600 (or Auto) |
3. DMARC Record (TXT) — Recommended
Configures your domain’s DMARC policy for email authentication:| Field | Value |
|---|---|
| Type | TXT |
| Name/Host | _dmarc |
| Value | v=DMARC1; p=quarantine; rua=mailto:postmaster@unosend.co; pct=100 |
| TTL | 3600 (or Auto) |
Verify Your Domain
After adding DNS records, trigger verification. DNS propagation can take up to 48 hours, but usually completes within a few minutes.
cURL
Response
response.json
DNS Record Summary
Here’s a quick reference for all required records:| Type | Name | Value |
|---|---|---|
| TXT | @ (root domain) | v=spf1 include:transmail.net ~all |
| CNAME | bounce | cluster90.zeptomail.com |
| TXT | _dmarc | v=DMARC1; p=quarantine; rua=mailto:postmaster@unosend.co; pct=100 |
Provider-Specific Instructions
Cloudflare
Cloudflare
- Go to your domain in Cloudflare dashboard
- Click DNS in the sidebar
- Click Add record for each record:
- For TXT records: Select TXT, enter name and value
- For CNAME record: Select CNAME, enter
bounceas name,cluster90.zeptomail.comas value
- Set proxy status to DNS only (gray cloud) for the CNAME record
AWS Route 53
AWS Route 53
- Open Route 53 console
- Select your hosted zone
- Click Create record for each entry:
- TXT records: Simple routing, enter name and value in quotes
- CNAME record: Simple routing, enter
bounceas name,cluster90.zeptomail.comas value
GoDaddy
GoDaddy
- Go to your domain’s DNS Management
- Click Add in the Records section
- For TXT records:
- Type: TXT
- Name:
@or_dmarc - Value: the record value
- For CNAME record:
- Type: CNAME
- Name:
bounce - Value:
cluster90.zeptomail.com
Namecheap
Namecheap
- Go to Domain List → Manage → Advanced DNS
- Click Add New Record for each entry
- For TXT records: Select TXT Record
- For CNAME record: Select CNAME Record
Google Domains / Squarespace
Google Domains / Squarespace
- Go to DNS settings for your domain
- Click Manage custom records
- Add each record with the correct type and values
Troubleshooting
Verification Complete!
Once verified, you can start sending emails from your domain. Your emails will be:
- DKIM-signed with your unique key
- Delivered via Unosend’s dedicated infrastructure for maximum deliverability
- Bounce-tracked automatically via the MX record