How to Set Up Cold Email Infrastructure from Scratch
Your cold email infrastructure is the foundation that determines whether your emails reach the inbox or land in spam. This technical guide walks through every component of a professional cold email setup.
Infrastructure Overview
A complete cold email infrastructure consists of six layers:
- Domains — Secondary domains that protect your primary brand
- Mailboxes — Email accounts hosted on Google Workspace or Microsoft 365
- DNS Authentication — SPF, DKIM, DMARC records
- Warmup — Gradual reputation building before sending
- Sending Platform — Software that manages sequences and rotation
- Monitoring — Tools that track deliverability and reputation
Skipping any layer weakens the entire system.
Layer 1: Domain Strategy
Never send cold email from your primary domain. If it gets flagged, your entire business email is affected.
Buy 3-5 secondary domains that are related to your brand: - Main domain: `acme.com` - Cold email domains: `acme-mail.com`, `getacme.com`, `tryacme.com`, `acmehq.com`
Purchase from Namecheap, Cloudflare, or Google Domains. Cost: $10-15/domain/year.
Domain age matters. New domains have zero reputation. If possible, buy aged domains (1+ year old) that have clean histories. Check domain history at web.archive.org.
Layer 2: Mailbox Setup
Create 2-3 mailboxes per domain on Google Workspace ($7.20/user/mo) or Microsoft 365 ($6/user/mo).
Use realistic names: - ✅ `james.wilson@getacme.com` - ✅ `sarah@acme-mail.com` - ❌ `sales@getacme.com` - ❌ `outbound1@acme-mail.com`
Add profile photos and email signatures. Spam filters check for these signals of legitimacy.
For a 5-domain setup with 3 mailboxes each: 15 sending accounts capable of sending 300-750 cold emails/day.
Layer 3: DNS Authentication
This is non-negotiable. Without proper DNS records, your emails will not reach the inbox in 2026.
SPF Record Add a TXT record to your domain's DNS: ``` v=spf1 include:_spf.google.com ~all ``` (Replace with Microsoft's SPF if using Outlook.)
SPF tells receiving servers which mail servers are authorized to send on behalf of your domain.
DKIM Enable DKIM in your Google Workspace or Microsoft 365 admin panel. This adds a cryptographic signature to every email that proves it was not tampered with in transit.
DMARC Add a TXT record: ``` v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com; pct=100 ```
Start with `p=none` for monitoring, then move to `p=quarantine` after confirming everything works. DMARC instructs receiving servers how to handle emails that fail SPF or DKIM checks.
Custom Tracking Domain If your sending platform supports link tracking, set up a custom tracking domain (e.g., `track.getacme.com`) instead of using the platform's default. This avoids shared tracking domains that may have poor reputation.
Read our complete SPF, DKIM, DMARC guide for step-by-step instructions with screenshots.
Layer 4: Warmup
Email warmup builds sender reputation by exchanging emails with a network of real accounts. These emails get opened, replied to, and moved out of spam — training Gmail and Outlook to trust your mailbox.
Recommended warmup tools: - Instantly — Built-in warmup, 500K+ account network - Warmbox — Dedicated warmup with advanced analytics - MailReach — Warmup plus deliverability monitoring
Warmup schedule: - Days 1-7: 5-10 emails/day, ramp gradually - Days 8-14: 20-40 emails/day - Day 14+: Begin campaigns, keep warmup running
Never disable warmup when you start sending campaigns.
Layer 5: Sending Platform
Your sending platform manages sequences, mailbox rotation, and analytics.
Top choices: - Instantly — $30/mo, unlimited accounts, best for most senders - Smartlead — $39/mo, master inbox, best for agencies - Lemlist — $59/mo, best personalization - Saleshandy — $25/mo, most affordable - Woodpecker — $29/mo, clean UX
Compare all platforms or check our best cold email platforms ranking.
Layer 6: Monitoring
Set up ongoing monitoring to catch issues before they damage your reputation:
- GlockApps — Weekly inbox placement tests across Gmail, Outlook, Yahoo
- Mail-Tester — Quick spam score checks before launching new campaigns
- MailReach — Continuous reputation monitoring alongside warmup
Key metrics to monitor: - Inbox placement rate: target 85%+ - Bounce rate: keep under 2% - Spam complaint rate: keep under 0.1%
Scaling Your Infrastructure
Once your foundation is solid, scale by:
- Adding domains (5 at a time)
- Adding 2-3 mailboxes per domain
- Warming each new mailbox for 14 days
- Increasing daily volume by 10-20% per week
- Monitoring deliverability at each volume level
For high-volume setups (5,000+ emails/day), consider adding dedicated SMTP services like Amazon SES or Mailgun. See our high-volume infrastructure guide.
Need a personalized infrastructure plan? Try our Stack Builder.