# Moving Hosting Without Breaking Email

> Your website and your email share one set of DNS records. The failure that takes the phones down with the site, and the order of operations that prevents it.

TECHNICAL SEO
# How a Website Move Takes Down the Email, and How to Stop It
The website going down during a migration is an inconvenience that everybody notices immediately. The email going down is worse, because nobody notices at all. Quotes stop arriving, nobody replies to the customer who wrote on Tuesday, and the business carries on believing it is having a quiet week. Both failures come from the same place, and it is not the website.
[Jamie Kloncz](https://seoeliteagency.com/jamie-kloncz/) Published August 23, 2026

A website migration changes where pages are served from, but the switch usually runs through DNS, which is the same record set that routes your email. If the mail records are not carried across correctly before the change, mail delivery stops even though the website works perfectly.
60-SECOND SELF-CHECK
## Where does your visibility actually stand?
Three quick questions. You will get an honest read on where you are winning, where you are losing the customer, and the one gap to close first.

01 When someone Googles your main service in your city, where do you land?
Top of page one Page one, not the top Page two+ or not sure

02 Do you show up in the Google map pack, the top three with the map?
Yes, consistently Sometimes No or not sure

03 Ask ChatGPT or Gemini for the best in your category and city. Are you named?
Yes No Never checked

YOUR READ Answer the three above and your visibility read appears here.

VISIBILITY READ 0%

###

[Measure it for real, free →](https://seoeliteagency.com/free-seo-audit/) Indicative self-check, not a diagnosis

ON THIS PAGE
- [Your Website and Your Email Share One Set of Records](#your-website-and-your-email-share-one-set-of-records)
- [The Automatic Import Is Helpful and Is Not a Guarantee](#the-automatic-import-is-helpful-and-is-not-a-guarantee)
- [MX Is the Record That Costs You Customers](#mx-is-the-record-that-costs-you-customers)
- [The Setting That Takes the Whole Domain Down](#the-setting-that-takes-the-whole-domain-down)
- [The Order of Operations That Prevents All of It](#the-order-of-operations-that-prevents-all-of-it)

## Your Website and Your Email Share One Set of Records
DNS decides where every kind of request for [your domain](https://seoeliteagency.com/who-controls-your-domain-name/) goes. Web traffic follows one type of record and mail follows another, so a change made for the website can move the mail with it if the mail records are not deliberately preserved.
Nobody reports an email that never arrived. The website can look perfectly healthy while the letterbox has quietly been taken off the front of the building.
Most owners think of the website and the email as two services from two companies that happen to share a name. Technically they share something more important than a name.
Your domain has a single set of DNS records, and different record types point different kinds of traffic at different places. One set sends browsers to your website. A different type, the MX record, tells the world where your mail lives. Google describes it plainly: when someone sends you an email, the sender’s computer looks up the MX records for your email domain to figure out where to deliver it ([Google, 2026](https://knowledge.workspace.google.com/admin/domains/set-up-mx-records-for-google-workspace)).
The consequence is the part that catches people. Changing where your website is hosted often means changing which service answers DNS questions for your domain, and that service answers every question, not only the ones about web pages. Move the answering service without bringing the mail records along and the mail records simply cease to exist, as far as the internet is concerned.
This is why a migration can leave a website that loads perfectly while quotes stop arriving. Nothing is broken on the site. The letterbox has been removed from the front of the building.

## The Automatic Import Is Helpful and Is Not a Guarantee
Providers offer to scan your existing records and bring them across, which usually works. Cloudflare states plainly that its quick scan is not guaranteed to find all existing records, so a manual review is required rather than optional ([Cloudflare, 2026](https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/)).
Modern providers make this easy, which is exactly why it goes wrong.
When you point a domain at a new DNS provider, it will typically offer to scan your current records and recreate them. It is a good feature and most of the time it does the job. But Cloudflare documents the limit in its own words: the quick scan is not guaranteed to find all existing records, which is why a manual review is required ([Cloudflare, 2026](https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/)).
Records get missed for ordinary reasons. Some are not discoverable by scanning. Some were added years ago by a provider nobody remembers. Verification records for mail authentication, a subdomain used by a booking tool, an old record for a phone system: none of these announce themselves, and none of them are visible on the website.
Cloudflare also notes what happens when a domain is activated without its correct records: visitors may experience DNS_PROBE_FINISHED_NXDOMAIN errors ([Cloudflare, 2026](https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/)). The important word is may, because partial breakage is the common case and it is much harder to spot than a site that is plainly down.
The practical rule is to treat the automatic import as a first draft. Export or photograph the full record list from the old provider before anything changes, then compare line by line afterwards.

## MX Is the Record That Costs You Customers
Google states that email might not work correctly if you keep old or incorrect MX records, and instructs that other MX records be removed when setting new ones. It also documents that it can take up to 72 hours for new MX records to be recognized ([Google, 2026](https://knowledge.workspace.google.com/admin/domains/set-up-mx-records-for-google-workspace)).
Among all the records, MX deserves separate attention, for two reasons.
The first is that mail failures are silent to the person they affect. A customer who emails you and gets nothing back does not phone to report a technical fault. They assume you are busy, or rude, and they call somebody else. You find out days later, if at all, and you cannot recover the enquiries that bounced.
The second is the clock. Google documents that it can take up to 72 hours for new MX records to be recognized ([Google, 2026](https://knowledge.workspace.google.com/admin/domains/set-up-mx-records-for-google-workspace)). That is the number that should govern how this work is planned, because it means an MX mistake is not something you fix in ten minutes on Saturday night. You can correct the record immediately and still be waiting into next week for the correction to be seen everywhere.
Google is also explicit that leftovers cause problems: email might not work correctly if you keep old or incorrect MX records, and its setup guidance instructs that any other MX records be removed ([Google, 2026](https://knowledge.workspace.google.com/admin/domains/set-up-mx-records-for-google-workspace)). Two competing sets of mail instructions is not a redundancy. It is an ambiguity, and mail delivery resolves ambiguity in ways nobody enjoys.

## The Setting That Takes the Whole Domain Down
Cloudflare documents that DNSSEC must be turned off before changing nameservers, or the domain becomes unreachable ([Cloudflare, 2026](https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/)). This one does not degrade gracefully. It fails completely, and it fails for the website and the email together.
There is one item on this list that does not produce a partial failure, and it is the least known.
DNSSEC is a security feature that signs DNS answers so they cannot be tampered with in transit. It is a good thing to have. It also means that if the signing arrangement and the answering service disagree, the correct behavior is to refuse to answer at all.
Cloudflare documents the requirement directly: turn DNSSEC off before changing nameservers, or the domain becomes unreachable ([Cloudflare, 2026](https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/)). Not slow, not partially broken. Unreachable, for the website and for the mail, until it is resolved.
The reason it catches people is that DNSSEC is often enabled once, years earlier, by somebody who is no longer involved, and it sits there working silently. Nobody thinks to check a setting they did not know was on. It belongs on the pre-flight list precisely because it is invisible until the moment it is catastrophic.

## The Order of Operations That Prevents All of It
Inventory every record before touching anything, lower the DNS TTL a week ahead, confirm mail routing separately from the website, and switch only when both have been verified against the old list. None of this is difficult. All of it is skipped under time pressure.
Everything above is preventable, and the prevention is sequencing rather than skill.
Take a full inventory first. Export the complete record list from the current DNS provider, or photograph every page of it, before anything is changed. This is the artefact you check against afterwards, and without it you are comparing the new configuration to your memory of the old one.
Lower the TTL in advance. Google recommends lowering the time to live to a conservative low value such as a few hours, at least a week before a hosting move ([Google, 2026](https://knowledge.workspace.google.com/admin/domains/set-up-mx-records-for-google-workspace)). A low TTL means a mistake propagates out of the system quickly instead of being cached for a day.
Check DNSSEC before the nameserver change, not after ([Cloudflare, 2026](https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/)). Turn it off, complete the move, and re-establish it afterwards if you want it.
Verify mail as its own test. Do not assume that a working website means working email, because they are separate records with separate failure modes. Send a message from an outside address and confirm it arrives, and do it before anyone announces the migration is finished.
And schedule with the 72-hour figure in mind ([Google, 2026](https://knowledge.workspace.google.com/admin/domains/set-up-mx-records-for-google-workspace)). Migrations belong at the start of a working week, when a mail problem can be found and fixed while the recovery window still lands inside business days, rather than on a Friday afternoon when the same mistake costs a weekend and a Monday.
If you would rather have the current picture measured than assumed, our [site migration service](https://seoeliteagency.com/site-migration-services/) handles this end to end, and our [free audit](https://seoeliteagency.com/free-seo-audit/) reports what is publicly reachable and readable on your domain and costs nothing.

01 · WATCH IT WORK
## Turn on what makes AI *recommend you*.
AI recommends the businesses it can read, trust and quote. Flip on the four signals we engineer, and watch your visibility climb and the answer rewrite itself.
THE FOUR SIGNALS WE ENGINEER **Entity graph***schema · knowledge graph* **Answer content***quotable, answer-first pages* **Trust & reviews***authority the engines verify* **Technical delivery***fast, crawlable, AI-readable*
AI VISIBILITY 6%

THE AI ANSWER not recommending you

[◆ You're the answer, build this for real →](https://seoeliteagency.com/free-seo-audit/) Illustrative · the four signals are the real system we build

FREQUENTLY ASKED
## This article, answered*.*
The questions readers ask about this topic, answered the way an answer engine would. **No forms, no sales pitch.**

[JAMIE KLONCZ](https://seoeliteagency.com/jamie-kloncz/) · SEO ELITE AGENCY, NAPLES FL ************** ONLINE
Pick a question on the left and you’ll get the direct answer, the way an answer engine would give it.

← PREV NEXT → [FREE AUDIT →](https://seoeliteagency.com/free-seo-audit/)

SOURCES
- [1] [Google Workspace Admin: set up MX records, accessed August 23, 2026 - when someone sends you an email, the sender computer looks up the MX records for your email domain to figure out where to deliver it; email might not work correctly if you keep old or incorrect MX records; the setup guidance instructs that any other MX records be removed; it can take up to 72 hours for the new MX records to be recognized](https://knowledge.workspace.google.com/admin/domains/set-up-mx-records-for-google-workspace) [↩](#cite-1)
- [2] [Cloudflare DNS documentation, full setup, accessed August 23, 2026 - the quick scan is not guaranteed to find all existing records so manual review is required; activating a domain without the correct DNS records means visitors may experience DNS_PROBE_FINISHED_NXDOMAIN errors; DNSSEC must be turned off before changing nameservers or the domain becomes unreachable](https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/) [↩](#cite-2)
- [3] [Google Search Central: Site moves without URL changes, accessed August 17, 2026 - recommends lowering the DNS TTL to a conservative low value, for example a few hours, at least a week in advance of a hosting move](https://developers.google.com/search/docs/crawling-indexing/site-move-no-url-changes) [↩](#cite-3)
PUBLISHED August 23, 2026 · WRITTEN BY JAMIE KLONCZ, FOUNDER · SEO ELITE AGENCY, NAPLES FL

Page path Verify content hash Enter a path and click verify.

KEEP READING [What moving off WordPress actually changes →](https://seoeliteagency.com/moving-a-website-off-wordpress/)[Who controls your domain name →](https://seoeliteagency.com/who-controls-your-domain-name/)[Why plugins are the attack surface →](https://seoeliteagency.com/wordpress-plugin-attack-surface/)[What happens when Google flags your site →](https://seoeliteagency.com/google-flagged-your-site/)[Bot traffic and the numbers you decide on →](https://seoeliteagency.com/bot-traffic-and-your-numbers/)

04 · BOOK A CALL
## Pick a time. *Booked in 60 seconds.*
A free 30-minute strategy call, we'll show you where you stand on Google, the map pack, and the AI engines your buyers ask, and exactly what it takes to become the answer.

- **No long-term contracts**, results keep clients, not paperwork
- **No pressure**, you leave with the gaps and the plan, either way
- **Prefer email?** [Start with the free audit instead →](https://seoeliteagency.com/free-seo-audit/)
★★★★★ "Within two weeks my business was ranked #1 organically and top 3 in the map pack. Highly recommended."
GV **Genaro Vasquez***Verified Google review* ★ 5.0 ON GOOGLE · NAPLES, FL · [(843) 955-7727](tel:+1-843-955-7727) · [(239) 404-8590](tel:+1-239-404-8590)

LIVE CALENDAR, PICK A TIME BELOW

NO CREDIT CARD · NO CONTRACTS · CONFIRMED INSTANTLY
