Getting Started & Setup

Domain vs Email Hosting: Can They Be Separate? — 2026

761 VIEWS
3 COMMENTS
July 20, 2026

Domain vs Email Hosting: Can They Be Separate?

Yes. Your domain is the name. Web hosting serves the website. Email hosting stores mailboxes. They often share one DNS zone — and they can point to three different companies.

That is why you can keep a site on Netlify/WordPress hosting and run you@yourdomain.com on MailShrine.


Real-life example: Page & Pour Café

Ngozi’s café site is on a cheap shared host that “includes email,” but webmail is slow and attachments disappear. She wants MailShrine for mail without moving the website.

Her stack after the change:

LayerProvider
Domain registrationNamecheap
Website (A / CNAME)Current web host
Email (MX + auth TXT)MailShrine

Three different products

ProductJobTypical DNS
DomainBrand name people typeRegistrar / nameservers
Web hostingHTML, CMS, appA / AAAA / CNAME
Email hostingInboxes & SMTPMX + SPF/DKIM/DMARC TXT
If you change…Site?Mail?
Only A/CNAME for webMovesUnchanged if MX untouched
Only MX for mailUnchangedMoves
Nameservers wholesaleCan affect bothPlan carefully

What you need

ItemWhy
Domain loginEdit DNS or nameservers
Web host still workingLeave its A/CNAME alone
MailShrine accountNew MX target
30–60 minutesPlus DNS wait (timing)

Step 1: Inventory current DNS

Export or screenshot:

  • Existing A / CNAME for @ and www
  • Existing MX (cPanel? Google trial?)
  • Existing SPF TXT

You will replace mail rows, not the website rows.


Step 2: Add the domain in MailShrine

  1. Sign in → Business Email → Domains.
  2. Add pageandpour.ng.
  3. Copy the MX + TXT values shown.

Do not delete web A records while doing this.


Step 3: Publish mail records only

  1. Remove old MX that points at the web host’s mail.
  2. Add MailShrine MX.
  3. Merge SPF into one TXT.
  4. Add DKIM + DMARC as shown.
  5. Start verification.

Cloudflare: grey-cloud for mail records.


Step 4: Prove independence

  1. Visit the website — still loads.
  2. Wait for Verified (DNS timing).
  3. Create mailbox + send/receive test (setup guide).

If the site breaks, you edited an A/CNAME by mistake — restore from screenshot.


Step 5: Turn off unused bundled email

Once MailShrine works, disable the old host’s mailboxes so staff do not log into the wrong webmail.


Ngozi’s split-stack checklist

  • Screenshot of pre-change DNSCompleted
  • Website A/CNAME left aloneCompleted
  • Old MX removed; MailShrine MX addedCompleted
  • Single SPF; DKIM + DMARC addedCompleted
  • Site still online after saveCompleted
  • Mail round-trip OKCompleted

Common mistakes to avoid

  1. Pointing nameservers at MailShrine when you only needed MX — MailShrine needs mail records, not necessarily to host DNS.
  2. Leaving two MX providers.
  3. Orange-cloud proxy on MX.
  4. Assuming “email included with hosting” is mandatory.

Check your work

  1. Dig/lookup: A points at web host; MX at MailShrine.
  2. Website HTTP 200.
  3. Domain Verified in MailShrine.
  4. Staff use MailShrine webmail only.

Next steps

Related on YouTube · 1 of 4
Separate email hosting from website hosting

Citations & References


Written by Marcus T., Business Email Specialist. Marcus designs split stacks: site on one host, mail on another, DNS doing the routing.

Discussion

T

Tina Brooks

July 17, 2026

Site stayed on Netlify, mail moved to MailShrine. Screenshot-before tip saved us once.

Y

Yusuf Ali

June 5, 2026

I always thought email had to live with cPanel. This split-stack diagram is now in our runbook.

C

Clara Mendes

May 8, 2026

Turning off the old host webmail after cutover stopped our intern from using the wrong inbox.