Skip to main content

Setup

7 min read

What should I check before pointing my domain at an email service?

Connecting a domain for email is safe. Connecting it without reading what is already there is not. This is the ten-minute inventory that separates the two.

Short answer

Before you point a domain at any email service, write down five things that already exist on it: the website records (A, AAAA or CNAME at the root and at www), the current MX records, any SPF record, any TXT records that prove ownership to another service, and the current nameservers. Everything that breaks during an email move breaks because one of those five was not carried across.

Record 1

Inventory
Websitealso called “A / AAAA / CNAME
@ and www
Mail deliveryalso called “MX
priority + hostname
Sending permissionalso called “TXT (SPF)
v=spf1 …
Ownership proofsalso called “TXT
google-site-verification=… and similar
Who answers for the domainalso called “NS
ns1.… ns2.…

If a value is longer than the box at your registrar, it is still one value. Copy it into a plain text file rather than retyping it — a single missing character in an SPF record is a silent failure.

The same five entries appear at every registrar under slightly different column names. Copy the values exactly, including trailing dots, before you change anything.

Why a preflight, and not just a backup

A domain is not only your email. For most small businesses it is also the website, sometimes a shop, an appointment booker, a payment processor's verification, and a mailing list that was set up years ago by somebody who has left. All of that is held in one place — the domain's DNS zone — and email work touches that same place.

The failures people report after an email move are almost never about email. They are: the website went blank, the online shop stopped taking payments, a verification badge disappeared. Each one is the same root cause — a record that existed before was not carried across, and nobody wrote it down while it still worked.

A backup of your DNS is only useful if you notice something is missing. A written inventory is useful because it tells you what to look for.

The five things to write down

Open your registrar's DNS page — the place you would go to add a record — and copy the following into a text file. Do not change anything yet.

  1. 1

    Every record that points at your website

    Look for A, AAAA or CNAME records whose name is @ (the bare domain) or www. These are what make your site load. There may be others for a blog, a shop or a landing page tool — copy all of them.

  2. 2

    Your current MX records

    MX records say where mail for the domain is delivered. Each one has a priority number and a hostname. Copy both. If there are no MX records at all, nobody currently receives mail on this domain, which is useful to know and makes the move simpler.

  3. 3

    Your SPF record

    One TXT record on the bare domain starting v=spf1. There must never be two — that is itself a fault, and if you find two, you have found a problem that already exists. Copy the whole line.

  4. 4

    Ownership proofs left by other services

    TXT records that look like a long random string or something-site-verification=…. Each one is a service proving you own the domain: a search console, a payment processor, a shop platform. Deleting one silently un-verifies that service, often without an email to tell you.

  5. 5

    Your current nameservers

    Usually shown on the domain's overview page rather than the DNS page, as two or more ns1.…/ns2.… hostnames. This is the single value you need in order to undo a move, so copy it even if you are certain you will not need it.

What each finding means for the move

Now read your list back. Every entry falls on one side of a single line — either it has nothing to do with mail and must survive the move untouched, or it describes mail and is the thing you are deliberately changing.

Carry across, unchanged

Nothing about email touches these

  • Website records — A, AAAA, CNAME at @ and www (advantage)
  • Ownership proofs for shops, search tools and payment processors (advantage)
  • Records for a blog, a status page or a booking tool on a subdomain (advantage)
  • If any of these is missed, the visible thing it powers stops working (drawback)

Replaced on purpose

This is the change you are making

  • MX records — where mail is delivered (advantage)
  • SPF — who is allowed to send as you (advantage)
  • DKIM — added, usually where nothing existed before (advantage)
  • Replacing these while mail is live is why order matters (drawback)
Records that describe your website are carried across untouched. Records that describe mail are the ones being changed on purpose — which is why they are the ones to have written down.

If you found two SPF records

Fix that first, and treat it as a discovery rather than an inconvenience. The specification allows exactly one SPF record per domain; when a receiving server finds two it is entitled to treat the check as permanently broken, and many do. Two SPF records usually means two services were set up years apart and neither knew about the other. They must be merged into a single record that lists both — not stacked.

If you found no MX records

Then nothing currently receives mail on this domain, and the whole move is much lower risk: there is no live mail flow to interrupt and no cutover to time. This is the common case for a domain bought for a website, or a name registered and parked.

The order that keeps mail flowing

If the domain currently receives mail that somebody depends on, the sequence matters more than the speed. Changes to DNS are not instant everywhere at once: the internet caches answers for as long as each record's time-to-live says to, so for a period both the old and new answers are in circulation.

  1. Before

    Lower the time-to-live

    A day ahead, set the TTL on the records you are about to change to a short value such as 300 seconds. This shortens the overlap when you make the real change.

  2. 0–15 min

    The change is published

    Your own network and anything with a cold cache sees the new answer almost at once.

  3. 15 min – 4 h

    Both answers are in circulation

    Some senders still hold the old one until their cache expires. Mail may arrive in either place. Nothing is lost; it is delivered, just not always to the same box.

  4. 4–48 h

    Everything has moved

    Caches everywhere have expired. Nameserver changes sit at the long end of this range because registry data propagates more slowly than a record inside a zone.

  5. After

    Keep the old mailbox for two weeks

    Not because mail is still arriving there, but because it costs nothing and it is the cheapest possible insurance against a record nobody noticed.

The overlap is normal and is not a fault. It is also the reason to keep the old mailbox open rather than closing it the moment the new one works.

What a scan does, and what it cannot see

Any competent service will offer to scan your domain and read its public records before you commit to anything. Ours does, it is free, and it changes nothing — it reads the same public data any mail server can read. That scan will find your website records, your MX, your SPF and the ownership proofs that are published.

It is worth being precise about the limits, because an automatic scan that is trusted too far is how records get lost. A scan reads what the domain publishes now. It cannot see a record that was configured to be private, it cannot know that a subdomain points at a service you are about to stop paying for, and it cannot tell which of two similar records is the one that matters to you.

Treat an automatic scan as a very good first draft of your inventory, and your own ten minutes as the review of it. The scan is faster than you; you know things it does not.

What to remember

  • Write down five things before you touch anything: website records, MX, SPF, ownership proofs, and your current nameservers.
  • The records that break a business during an email move are almost never the email records — they are the website and the ownership proofs nobody remembered.
  • Two SPF records is a fault that already exists. Merge them into one; never stack them.
  • Lower the TTL a day early. It is the only step that must happen before the change rather than during it.
  • Keep the old mailbox open for two weeks after the move. It costs nothing and it is the cheapest insurance available.

Questions people ask next

Will changing my DNS for email take my website down?

Not if the website records are carried across. A website is served by A, AAAA or CNAME records, and email is delivered by MX records — they are separate entries that happen to live in the same zone. Sites go down during email moves when a zone is recreated somewhere new and the website records are not copied into it, which is exactly what the inventory prevents.

How long does a DNS change take to work everywhere?

Records inside a zone typically settle within minutes to a few hours, governed by each record's time-to-live. A nameserver change is slower — commonly a few hours, and up to 48 in the worst case — because it is published by the domain registry rather than by your own zone. During the overlap both answers are in circulation, which is normal and not a fault.

What is a TTL and should I change it?

The time-to-live is how long other servers may cache an answer before asking again. Lowering it to around 300 seconds a day before a planned change shortens the period where old and new answers coexist. Put it back to a normal value — an hour or more — once the change has settled, because a permanently short TTL means more lookups and slightly slower responses.

Can I check my current records without a special tool?

Yes. Your registrar's DNS page shows everything you have, and that is the authoritative view for a domain you control. Public lookup tools are useful for confirming what the rest of the internet currently sees, which during a change is deliberately not the same thing.

What if I do not know which records are still in use?

Leave them. An unused DNS record costs nothing and breaks nothing, whereas a deleted record that turned out to be load-bearing can take days to trace back. Carry everything across, and clean up months later once you have seen what nobody missed.

Do I need to do this if my domain has never had email?

The inventory is shorter but still worth ten minutes, because the website and ownership records still exist and still matter. With no MX records there is no live mail to interrupt, so the risky part of the move — timing the cutover — does not apply to you at all.

Trusted references

Last reviewed 2026-08-16 · Brand My Inbox current