When someone emails you, their server asks one question first: which server accepts mail for this domain? The answer lives in your MX (Mail Exchanger) records โ€” arguably the most important two lines of DNS your business owns. Misconfigure them and mail does not slow down; it disappears or bounces entirely.

Anatomy of an MX Record

An MX record has three parts: the domain it serves, a priority number, and the hostname of a mail server. For example:

  • yourdomain.com.np โ†’ 10 mx.zoho.com
  • yourdomain.com.np โ†’ 20 mx2.zoho.com

Lower numbers are tried first. If the priority-10 server is unreachable, senders automatically try priority 20. The hostname must be a name (never a raw IP), and that name must resolve via an A record.

What Common Setups Look Like

ProviderTypical MX targets
cPanel hostingmail.yourdomain.com.np (priority 0 or 10)
Zoho Mailmx.zoho.com, mx2.zoho.com, mx3.zoho.com
Google Workspacesmtp.google.com (single record, modern setup)
Microsoft 365yourdomain-com-np.mail.protection.outlook.com

Changing MX Records Safely

  1. Prepare the new platform first: create every mailbox on the new provider before touching DNS โ€” mail routed to a server with no matching mailbox bounces.
  2. Lower the TTL of the MX records to 300 seconds a day in advance, so the change propagates fast.
  3. Swap the records in one edit: remove old, add new with correct priorities.
  4. Keep the old mailboxes readable for a week โ€” mail cached toward the old server during propagation still lands there.
  5. Update SPF and DKIM in the same session; MX changes usually mean the sending platform changed too.

Mistakes That Lose Mail

  • Pointing MX at a CNAME or an IP โ€” both violate the standard and fail unpredictably.
  • Leaving old and new provider MX records mixed โ€” mail splits randomly between two systems.
  • Deleting MX entirely: some senders then fall back to the A record of the domain, delivering mail to your web server where nothing reads it; most simply bounce.
  • Backup MX pointing at an open relay โ€” spammers deliberately target high-priority-number backup servers with weaker filtering.

Checking Your MX Right Now

Run dig MX yourdomain.com.np or use an online MX lookup. Verify the hostnames match what your current provider documents, priorities make sense, and no forgotten records from an old provider linger. Two minutes of checking has saved many Nepali businesses from weeks of mysteriously missing mail.

Frequently Asked Questions

How long do MX changes take to propagate?

Up to the TTL of the old record โ€” commonly one to twenty-four hours. Lowering TTL beforehand shrinks the window.

Can I host website and email with different providers?

Absolutely โ€” that is exactly what MX records enable. Website A records and mail MX records are independent.

Do I need a backup MX?

Rarely in 2026. Real senders retry for 48 hours or more, and major platforms provide their own redundant MX targets.

Switching providers? We handle the whole MX migration on business email and Zoho Mail plans โ€” get migration help.