Set up email on any domain registrar
Most registrars have their own DNS help docs, and we link to a DNS health checker so you can confirm your records took effect. What this guide adds: the exact values to paste into any registrar that supports DNS edits (IONOS, Name.com, Domain.com, OVH, Gandi, Dynadot, NameSilo, and dozens more), plus how to confirm it worked in MailSprout.
Last verified: May 27, 2026
Find your registrar's DNS panel
Sign in at your registrar and look for any of these labels. They all mean the same thing:
- “DNS” or “DNS Management”
- “Manage DNS,” “Edit DNS,” “Advanced DNS”
- “Zone Editor” or “DNS Zone” (cPanel-based registrars)
- “Custom Records” (Squarespace, some others)
- “Records” under a domain's settings page
If your registrar offers “Email” or “Email Forwarding” as a separate product, that's a different feature; make sure you're in the DNS section.
Confirm DNS is managed here (not at a different service)
Some domains use third-party nameservers, meaning DNS is managed at a different service than where you bought the domain. Common examples:
- Domain bought at GoDaddy but DNS at Cloudflare → manage at Cloudflare
- Domain bought at Namecheap but pointed at AWS Route 53 → manage at Route 53
- Domain on cPanel/Bluehost shared hosting → DNS often lives in cPanel
How to tell:in the domain settings, look for the “Nameservers” field. If it lists your registrar's default nameservers (e.g. ns1.namecheaphosting.com for Namecheap), DNS is at the registrar. If it lists something different (e.g. ns1.cloudflare.com), DNS is elsewhere.
Delete existing email records
Scroll through the records list and delete:
- Any record of type
MX - Any
TXTrecord starting withv=spf1 - Any
CNAMEwith nameautoconfigorautodiscover - Any
TXTwith name_dmarc
Add the MailSprout DNS records
Click “Add Record” (or whatever your registrar calls it) for each row below. The exact UI varies, but every registrar has fields for these four things:
- Type (MX, TXT, CNAME)
- Host / Name (the subdomain; use
@or blank for the apex of your domain) - Value / Target / Points to
- Priority (only for MX; the primary is 10, the backup is 20)
| Type | Host / Name | Value | TTL |
|---|---|---|---|
| MX | @ | fusion.mxrouting.net (priority 10) | 3600 |
| Primary mail server. | |||
| MX | @ | fusion-relay.mxrouting.net (priority 20) | 3600 |
| Backup mail server. Priority 20 means receivers only use this if the priority 10 host is unreachable. | |||
| TXT | @ | v=spf1 include:mxroute.com -all | 3600 |
| SPF. Tells the world which servers can send mail as your domain. | |||
| TXT | (copy from dashboard) | (copy from dashboard) | 3600 |
| DKIM key. Both the host and the value for this record are unique to your domain. Open your MailSprout dashboard and copy them exactly as shown. | |||
| TXT | _dmarc | v=DMARC1; p=quarantine; rua=mailto:postmaster@yourdomain.com | 3600 |
| Replace yourdomain.com with your actual domain in the rua= line. | |||
Leave TTL at the default (typically 3600 / 1 hour) on every row.
x._domainkey) and append your domain themselves. Others want the fully-qualified name (x._domainkey.yourdomain.com). Copy the host exactly as your MailSprout dashboard shows it. If your record list shows a weird double-domain like x._domainkey.yourdomain.com.yourdomain.com after saving, you typed in too much; delete and try again with just the short form.Verify in MailSprout
DNS propagation time varies widely, anywhere from 1 minute (Cloudflare, Porkbun) to 30+ minutes (some older registrars). Wait at least 5 minutes, then go to your MailSprout dashboard and press Verify DNS.
If it fails the first time, wait another 10-15 minutes and try again. Most failures at this stage are just slow propagation. You can also use MXToolbox to check whether your records are visible yet:
Add your first email account
Once verified, click Add account, type a name (e.g. hello), and scan the QR with your iPhone for instant Apple Mail setup.
Troubleshooting
I can't find a DNS section in my registrar.
Verification fails. What should I check?
fusion.mxrouting.net at priority 10 (and fusion-relay.mxrouting.netat priority 20), the MX records are live and the problem is elsewhere (usually the DKIM TXT with the wrong host). If it shows something else or nothing, DNS hasn't propagated. Wait longer.My registrar charges extra for 'premium DNS' (is it required)?
My registrar isn't in your specific guides. Can you add it?
On a different registrar?
The #1 registrar by market share. Most small businesses start here.
Popular among indie founders and developers.
Power-user favorite. DNS panel is the cleanest in the business.
Indie-hacker darling. Fast, cheap, fair pricing.
Includes former Google Domains customers who got migrated here.
Long-time favorite of founders and writers.
Stuck on a step?
Email support@mailsprout.io with the step number and a screenshot. We reply same day.