Business email

New CRM, Same Email Address: Why Authentication Needs Another Look

By EmailmetryReviewed 3 min read

A CRM does not automatically need another entry in your SPF record. Messages sent through an existing connected mailbox can use that mailbox provider, while campaigns may leave through the CRM's network. Authenticate the routes you actually use, following the current settings for your account and checking the domains on a real message.

Connecting a CRM to an existing mailbox and enabling the CRM's marketing email are different changes. One can leave the sending service alone; the other can introduce a new one. The visible From address does not tell you which happened.

One CRM can contain several sending routes

HubSpot provides a useful example. Its marketing emails use HubSpot's sending network. Messages sent through a connected inbox use that inbox provider's network. Connecting an Outlook inbox therefore does not establish that a HubSpot marketing campaign is authenticated. HubSpot documents these routes separately.

The distinction also limits the work required. If the only change is that staff compose messages in a CRM which sends through their existing mailbox service, there may be no new SPF configuration to make. A new interface is not necessarily a new sender.

If campaigns use a separate service, its domain authentication needs attention. That does not mean every CRM feature needs its own DNS record or a separate review process. It means testing the sending routes the business intends to use.

The address customers see is only one identity

SPF normally checks the SMTP envelope-sender domain, commonly visible as Return-Path after delivery. DKIM uses a signing domain. DMARC checks whether a qualifying SPF or DKIM result aligns with the visible From domain. Microsoft explains the different identities.

For example, a campaign could display sales@example.com while using a provider-owned envelope domain. The provider's SPF may already pass, and aligned DKIM may supply the DMARC pass. Adding an include at example.com would not change an SPF evaluation performed for that provider-owned domain.

A service configured to use bounce.example.com has a different arrangement. That subdomain's SPF policy matters; it does not automatically inherit the record at example.com.

Use the account's actual configuration

HubSpot's domain connection settings provide the records for the account being configured. Other products and account options differ. A generic SPF string copied from an old implementation is a poor substitute for the service's current instructions.

A message sent through each new route can then show which envelope and signing domains are actually in use. If a connected mailbox reply works but a campaign does not, the campaign's event history and authentication results are more useful than repeating the mailbox test.

The CRM change is a reason to identify the sending route, not a reason to lengthen SPF by default. Our email authentication explanation covers the identities to look for.

Sources and further reading

Sources reviewed 8 September 2026. Our editorial standards.