Business email

Why Email Can Break During a Website Move

By EmailmetryReviewed 3 min read

A website move need not affect business email. Problems arise when the work also changes nameservers, removes mail records or replaces the contact form's sending setup. Check which of those actually changed. A routine design update with the same DNS and mail configuration is not, by itself, an email-authentication problem.

A successful homepage proves a limited thing

A website, its DNS hosting and its contact form's email service are separate components. A website move may change one or several of them.

Changing a page design does not inherently change mail delivery. If the work only changes website-address records that email does not use, the business's mail configuration can remain untouched. The risk comes from changes to shared DNS or to a sending application.

A working homepage confirms the web route. It does not test those other components, if they were changed.

A website launch can change three different things

Website launchMay involve any combination below
Website destinationRecords point to a new host
affects
Page accessWhere the website loads
DNS authorityNameservers change
affects
Published answersMail records must be preserved
Application senderForm software or mail integration changes
affects
Notification routeSending setup needs its own evidence
These changes are distinct. A working homepage does not prove incoming mail, authentication or form delivery still works; changing the web host does not automatically require a root SPF edit.

A nameserver move can lose mail records

Changing authoritative nameservers moves responsibility for DNS answers to another service. Records still listed in the old account do not prove that the new service publishes them.

Automated record discovery can help populate the new zone, but Cloudflare's quick-scan documentation says it can miss custom hostnames and DKIM selectors. This is a specific limitation to account for during a DNS move, not evidence that every website redesign threatens email.

The mail-related records do different jobs. MX records direct incoming mail; SPF, DKIM and DMARC records support outgoing authentication and policy. Cloudflare's email troubleshooting documentation distinguishes routing and authentication issues.

If nameservers changed and email then broke, compare the relevant records with the previous configuration and the mail provider's requirements. Repeatedly checking the homepage will not expose an omitted mail record.

Managed SPF cannot compensate for removal of the customer's record that points to it.

A new form can use a new sending route

The website may move to a new host or form integration while ordinary staff mail remains unchanged. Its notifications may need an SMTP connection, API credentials or a sending service that was configured only in the old environment. WordPress's mail documentation describes the dependence on a working mail-sending arrangement.

The new route does not automatically belong in the business's root SPF policy. It may use a provider-owned envelope domain, a custom subdomain or the existing staff mail service. Its actual configuration determines the appropriate authentication.

If only form notifications stopped, that sending setup is more relevant than replacing the organisation's whole SPF arrangement.

A thank-you page does not prove notification delivery

A form can accept a submission and display a confirmation without its notification reaching the business. The WordPress wp_mail() reference explicitly says a successful return value does not establish receipt.

A real submission that becomes available to the intended staff member tests more than the form's appearance. If the form also stores entries, the submission may still be available when an email notification fails. The product's actual behaviour matters.

Match the checks to the work

A design-only change does not justify auditing every email system attached to the domain. A full nameserver move does justify checking that the existing mail records were carried over. A replaced form or sending integration needs a submission and delivery check of its own.

The agency and the person responsible for mail need to know about relevant DNS or sending changes so they can investigate the affected component and confirm the correction.

The email-authentication article provides background when authentication is involved. The useful first distinction remains the changed component: DNS authority, a mail record or the site's sending application.

Sources and further reading

Sources reviewed 8 September 2026. Our editorial standards.