You found a faster host, and the migration date is set. Then a nagging thought hits you at night. Will your business email survive when you change web hosts?
Short answer: Your Email survives if you handle DNS correctly, and it can vanish if you do not.
Email breaks during host changes for one main reason, and it sits in your DNS settings. Most owners never open that setting until something fails.
This guide explains what happens to your business email if you change web hosts. It also lists the exact records to save and a safe step-by-step order.
You will finish knowing whether to relax or to act first.
What Happens to Business Email When You Change Web Hosts?
It depends on where your Email and DNS live. Your domain registration, DNS, Email, and website are four separate services. They can sit with one company or with four.
Experienced users in an r/webhosting thread on this exact question stress the same split. Once you know which service sits where, the outcome becomes predictable.
The table below shows the four common situations.
| Your setup | What happens to email | What you should do |
| Email with a separate provider, and you only change the website’s A record | Email keeps working | Change only the A record at your DNS host |
| Email with your old web host, and you change nameservers | Email stops unless you copy the MX, SPF, and DKIM records first | Copy every DNS record to the new host before switching |
| Email with your old web host, and you cancel that hosting | Mailboxes on that account can be lost, and the DNS zone may go with them | Back up mail and move mailboxes to a separate email host first |
| DNS hosted separately, for example at Cloudflare | Email keeps working because the records stay put | Edit only the website record |
Most owners end up in the second or third row without realising it. The next section explains exactly how that happens.
Why Changing Hosts Can Break Email: The Four Services Behind Your Domain
Picture four departments working behind your domain name. Each one does a different job, and a website move should touch only one of them.
- The registrar holds your domain name and controls which nameservers answer for it
- DNS holds the records that route website visitors and incoming mail
- The mail server stores your inboxes and sent messages
- The web server stores your website files and database
A clean website move touches the web server and one DNS record. Email breaks when a change reaches DNS or the mail server by accident.
For example, on the r/webdev thread clearly shows the worry: a developer moved a client’s site and feared the switch would wreck the client’s Email.
Commenters in that thread agree on the simplest fix for this problem. Change the website’s A record and leave the nameservers alone. Your email routing then stays exactly as it was.
That advice only works if you know which records protect your mail. Let us look at them one by one.
The DNS Records That Keep Your Business Email Alive
Five records determine whether the mail arrives and reaches the inbox. Save everyone before you touch a single setting.
| Record | What it does | What happens if you lose it |
| MX | Sends incoming mail to your mail server | New mail bounces or goes to the wrong place |
| A | Points your website to a server | Your site loads from the wrong server (this one should change) |
| SPF | Lists the servers allowed to send your mail | Your outgoing mail lands in spam |
| DKIM | Signs your mail so receivers can verify it | Your messages fail authentication checks |
| DMARC | Tells receivers how to treat mail that fails checks | Your spoofing protection weakens |
Only the A record should change during a website move. Everything else must stay identical unless you also move your Email.
One Reddit commenter adds that anyone using SPF, DKIM, or DMARC needs more than the MX record copied across.
Missing records fail quietly, which makes them dangerous. Another commenter warns that incorrect SPF or DKIM records can send mail to spam folders or silently reject it.
You may not notice until a customer asks why you never replied.
Knowing the records is only half of the job. The other half is knowing where your own email lives.
How to Check Where Your Business Email Lives Today
Start with a five-minute check before you plan anything. Look up your domain’s MX records with a free DNS lookup tool. The host names you see reveal who runs your mail.
- MX host names that contain your web host’s name mean email lives on the old host
- MX host names from a dedicated email provider mean Email is already separate
- Your registrar’s dashboard shows which nameservers control your DNS
If the results surprise you, pause the migration. Ask the current host for a written list of all mailboxes and records. That list becomes your safety net during the move.
How to Change Web Hosts Without Losing a Single Email
Follow this order, and your inbox keeps working through the move. Each step protects a different part of your mail.
- Find out where your Email is hosted and where your DNS lives.
- Export a full copy of your DNS records, including MX, SPF, DKIM, and DMARC.
- Back up your mailboxes, because a DNS change never moves stored messages.
- Set up mailboxes at the new location before you point anything to it.
- Lower the TTL on your DNS records a day or two before the switch.
- Move the website and test it on the new host before changing the DNS.
- Change only the website’s A record, or copy every email record before changing nameservers.
- Keep the old hosting active for several days and watch your mail flow.
- Cancel the old account only after test emails work in both directions.
Create mail accounts at the new location before you point DNS, because propagation can take about 12 to 24 hours. Save your MX records and keep the old plan active until the new site proves stable.
Most website migration guides treat Email as one short checklist item, so this list goes further.
Step three deserves extra attention, because it covers the part people forget. Your stored messages need a plan of their own.
What Happens to Your Old Emails and Mail During the Switch
DNS changes take time to propagate so that the mail may arrive at either server for a while. Mail sent during that window may end up in the old mailbox while you check the new one.
Check both inboxes every day until the mail settles on the new server.
You can shrink that window with one small change. Every DNS record has a TTL value, which tells other servers how long to keep the old answer.
Lower it to a short value, such as 300 seconds a day or two before the switch. The new records then spread across the internet much faster.
Test the switch from outside your own network. Send a message from a free webmail account to your domain address, then reply from your domain. Confirm both messages arrive and neither lands in spam.
Stored messages need separate care during any hosting move. A DNS change moves future mail, not the mail already sitting in your old inbox. Copy those messages over IMAP or use a migration service before you close the old account.
Forwarders, Aliases, and Phone Settings: The Details That Break Quietly
A DNS change moves your mail flow, but it does not move your mailbox settings. Several small items live on the old server and vanish when you close it.
Write them down before you cancel anything at the old host.
- Forwarders that send copies of mail to another address
- Aliases such as info@ and sales@ that share one mailbox
- Autoresponders and out-of-office rules
- Email signatures and inbox filters
- Server names saved in phone and desktop mail apps
Rebuild each item on the new mailbox and send a test message to confirm it works.
Mail apps deserve special attention, because they keep the old incoming and outgoing server names until you change them.
A phone that still points to the old host will show no new mail, which looks like a lost inbox.
Some owners ask whether they can skip all of this by leaving Email behind. That option exists, but it has a catch.
Can you leave the Email on Your Old Host and Only Move the Website?
Yes, but only as long as you keep paying that host. One r/webdev reply calls that arrangement awkward and suggests moving mail elsewhere instead.
You also risk a future cancellation breaking your mail again.
Your domain registration raises a similar question for many owners. You do not need to transfer your domain when you change web hosts. If you move the registrar as well, expect delays.
A domain transfer can take about 7 to 10 working days, so keep nameservers and records in sync.
Both problems share a single root cause: your Email depends on your web host. That dependency is what the next section removes.
The Permanent Fix: Host Your Email Separately From Your Website
Split the Email from web hosting once, and future host changes stop being risky. Your website can move as often as you like while your mailboxes stay put.
Truehost lets you host Email on its own, without a website, on plans starting at $0.40 per month.
Truehost prices Workplace plans per plan rather than per user, so five mailboxes cost a single flat price. Every plan includes 2FA protection, antivirus checks, and advanced anti-spam protection.
Truehost migrates mail from your old provider for free with zero downtime. Support answers by phone, chat, or Email at any hour.
| Plan | Per month | Mailboxes | Storage | Best for |
| Starter | $0.40 | 1 | 3GB | One person or a solo business |
| Pro | $1.05 | 3 | 5GB each, 15GB total | Owner plus two colleagues |
| Business | $1.85 | 5 | 10GB each, 50GB total | Small team with shared inboxes |
Prices are shown as the monthly equivalent, so check the order page for the billing term before you pay. Starter allows 10 aliases per mailbox, so info@ and sales@ can share one inbox.
Larger plans add more mailboxes and aliases as your team grows.
Move Your Email Off Your Web Host Before Your Next Switch Takes It Offline
Every host change with bundled Email is a gamble on DNS records you may never have seen. One missed MX record sends customer enquiries into silence.
Splitting your Email out today removes that gamble for good.
Start with a Workplace Starter at $0.40 a month, or pick a larger plan if you have a team.
Compare all five plans on the Truehost Workplace Emails pricing page and set up your mailboxes before you move the website.
Your next host change will then leave your inbox untouched.
Domain RegistrationFind and register the perfect domain for your website.
.COM DomainChoose a widely recognized domain to build global credibility.
Domain TransferSeamless domain transfers with zero downtime and complete control.
All TLDsFind and register your perfect domain. Choose from local and global extensions.
whoisCheck domain ownership details, expiration dates, and registrar information.
US DomainRegister a .US domain and build trust in the USA.
Web HostingEverything your website needs to run smoothly
WordPress HostingWordPress hosting that just works
Windows HostingReliable hosting for Windows environments
Reseller HostingTurn hosting into your business
Email HostingEmail that looks professional and works anywhere
cPanel HostingFull control of your hosting with cPanel
Affiliate ProgramJoin as a partner and earn commissions on every referral you send our way.
Vps HostingScalable virtual servers that expand as you need.
Dedicated ServersGet complete access and full control over your dedicated physical server.
Managed vpsNot tech-savvy? We will take care of everything with our fully managed VPS hosting for you.







