
Switching website builders does not have to touch your email at all — but it will, by accident, if you don't know which DNS records belong to the website and which belong to email. A domain name points to several services at once through different DNS record types. Change the wrong one, or let a migration wizard "clean up" your DNS, and mail stops flowing while the website looks fine. This is how the pieces fit together, which records to protect, and a cutover order that keeps mail running.
The trap: many all-in-one builders bundle all four into one dashboard, so it's easy to think of "changing my website" as one action, when it's really one DNS zone with several independent record sets. Moving the website only requires changing the records that point to the website. Everything else, correctly left alone, keeps working.
smtp.google.com with priority 1; older accounts may still use aspmx records, which Google says keep working (Google Workspace Admin Help).include: value to add; copy it from their setup page rather than from a generic guide.None of these four record types is an A, CNAME, or website-related record. A clean website migration edits only the records that point to your pages and leaves MX, SPF, DKIM, and DMARC exactly as they were.
v=spf1), DKIM (TXT, usually with a ._domainkey host), and DMARC (TXT at _dmarc) record, and mark them "do not touch."www) to the new host, at the DNS host that actually controls your zone — which may or may not be your registrar.Changing nameservers moves your whole DNS zone. Some builders ask you to point your domain's nameservers at them instead of adding a few records. The moment nameservers change, the old DNS host's records stop being used, mail records included. Before you switch nameservers, recreate every MX, SPF, DKIM and DMARC record in the new DNS zone, check them with a lookup tool, and only then make the switch. If the builder offers record-level connection (pointing only A/CNAME records at it), that is the lower-risk option for email.
Squarespace + Google Workspace. If you signed up for Google Workspace through Squarespace, Squarespace automatically tries to add Google's MX records to the domain's DNS, and warns that any other MX records already present will block your mail from sending or receiving — they need to be removed, not layered on top (Squarespace). If you later move your website off Squarespace but keep the domain and Google Workspace, be careful that whatever migration tooling you use only touches the A/CNAME records for the site and leaves those Google MX records alone.
Wix Mailboxes. Wix ties your email setup to how the domain connects to Wix: if the domain uses name servers, you add your provider's MX records inside the Wix DNS panel; if it's connected by "pointing" instead, Wix says you must configure those records with your actual domain host, not inside Wix, because Wix isn't the DNS authority for a pointed domain (Wix). Know which connection method your domain uses before you start, or you'll edit records in a panel that isn't actually authoritative for your DNS.
GoDaddy email. If your site was built in GoDaddy Websites + Marketing and your email is also bought through GoDaddy, both hang off the same domain's DNS records. When you point the domain at a new website host, edit only the A/CNAME entries and leave the MX entries (the Name, Priority, Value and TTL fields GoDaddy documents) as they are (GoDaddy).
If mail stops flowing after a change, restore the exact MX, SPF, DKIM, and DMARC records from your saved pre-cutover export at whichever DNS host is authoritative for your domain — this is reversible as long as you kept that copy and you know where DNS is actually managed. Don't guess new values from memory or from a generic guide; use the exact strings your provider issued, since a single missing character in an SPF or DKIM record silently fails authentication rather than throwing an obvious error. If you're not sure which DNS host is authoritative, a dig MX yourdomain.com or any public DNS lookup tool from a few different locations will show you which servers are actually answering, which tells you where the real fix needs to happen.
If you're moving off Squarespace, Wix, or GoDaddy's builder as part of this, our migration guides cover the website side of the move: migrate from Squarespace, migrate from Wix to an AI website builder, and migrate from GoDaddy's website builder.