Most senders pick a sending domain by accident: they use their main company domain because it is the one they have. That works fine until something goes wrong. Then the entire company's email reputation is one bad campaign away from disaster. Picking sending domains deliberately, with isolation in mind, is one of the cheapest insurance policies in email.
The three-domain pattern
Mature senders separate email traffic across three categories of domain:
- Primary domain. Internal email, customer support, executive sends.
acme.com. - Marketing subdomain. Newsletter, lifecycle, drip campaigns.
news.acme.comoremail.acme.com. - Cold outreach domain. Separate purchased domain.
tryacme.comoracme-co.com.
Why isolation matters
Sender reputation accumulates per domain. If your marketing campaign generates spam complaints, that hurts the marketing subdomain. The primary domain's customer support email stays unaffected. If your cold outreach burns its domain entirely, you replace the cold domain and keep going. Without isolation, one bad day takes out everything.
Subdomain vs separate domain
Subdomains share some reputation with the parent domain but have meaningfully separate reputations for filter scoring. news.acme.com reputation problems will not directly tank acme.com's reputation, but extreme issues (spam-trap hits, blocklist listing) can spill over.
Separate domains (tryacme.com) provide full isolation. Use them when the spillover risk is unacceptable, like cold outreach.
Choosing a cold outreach domain
- Lookalike that is still credible.
tryacme.com,acme-co.com,getacme.com. Avoidacme.iooracme.netif you haveacme.com; switching TLDs looks like phishing. - Register the same WHOIS owner. Anti-phishing systems check whether lookalike domains share registrant info with the original.
- Use HTTPS-with-redirect on the apex. Visiting
tryacme.comshould redirect toacme.com. A naked domain with no website is a fraud signal. - Authenticate fully. SPF, DKIM, DMARC on the new domain. Same as the primary.
Naming patterns that work
news.acme.com- newsletter subdomain.email.acme.com- generic marketing.updates.acme.com- product updates.mail.acme.com- sometimes used for return-path; double-check no MX conflict.tryacme.com- dedicated cold outreach domain.acme-team.com- dedicated for SDR team sends.
Naming patterns to avoid
- Random strings.
x9z-acme.comlooks like a phishing test. - Numbers in domain.
acme1.com,acme2024.comare low-trust. - Different TLDs without explanation. If your primary is .com, do not use .biz, .info, .live, etc. for sending.
- Domains with no website. A domain that resolves nowhere triggers fraud filters.
Domain recovery: when you have to burn one
If a cold outreach domain gets blacklisted, the cheapest path is replacement. Buy a new lookalike, set up authentication, warm up over 4 weeks, resume sending. Trying to rehabilitate a blacklisted domain takes months and often does not work fully.
FAQ
How many sending domains is too many?
Each adds setup and DNS maintenance. Three is the standard for mature senders (primary + marketing sub + cold). Past five gets unwieldy unless you have specific isolation needs.
Will Google Workspace let me send from a subdomain?
Yes. Set up the subdomain as a send-as alias and configure SPF/DKIM/DMARC. Standard pattern.
Pair domain strategy with list hygiene
Even the best domain strategy fails on a dirty list. Verify every list before sending, regardless of which domain you use.