Why Verify Your Domain?
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
1
Add Your Domain
2
Configure DNS Records
Add the following DNS records to your domain. Go to your DNS provider (Cloudflare, Route53, GoDaddy, etc.) and add these records:
1. Verification Record (TXT)
This record proves you own the domain:| Field | Value |
|---|---|
| Type | TXT |
| Name/Host | _unosend |
| Value | v=unosend1 k=your-verification-code |
| TTL | 3600 (or Auto) |
2. SPF Record (TXT)
Authorizes Unosend to send emails on your behalf:| Field | Value |
|---|---|
| Type | TXT |
| Name/Host | @ (or your domain) |
| Value | v=spf1 include:_spf.unosend.co ~all |
| TTL | 3600 (or Auto) |
3. DKIM Record (CNAME)
Points to our DKIM public key for email signing:| Field | Value |
|---|---|
| Type | CNAME |
| Name/Host | unosend._domainkey |
| Value | dkim.unosend.co |
| TTL | 3600 (or Auto) |
Link Branding (Optional)
Optionally add a CNAME for link branding in your emails:| Field | Value |
|---|---|
| Type | CNAME |
| Name/Host | track |
| Value | track.unosend.co |
| TTL | 3600 (or Auto) |
The exact record values will be shown in your dashboard after adding a domain. The values above are examples.
3
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
Provider-Specific Instructions
Cloudflare
Cloudflare
- Go to your domain in Cloudflare dashboard
- Click DNS in the sidebar
- Click “Add record” for each record
- Set proxy status to “DNS only” (gray cloud)
AWS Route 53
AWS Route 53
- Open Route 53 console
- Select your hosted zone
- Click “Create record” for each entry
- Use Simple routing
GoDaddy
GoDaddy
- Go to your domain’s DNS Management
- Click “Add” in the Records section
- Select TXT as the record type
- Enter the host and value
Troubleshooting
Verification Complete!
Once verified, you can start sending emails from your domain. Your emails will be DKIM-signed and show your domain as the sender.