Lesson 2.1 — Domain Strategy for Cold Email
The golden rule: never send cold email from your primary business domain.
If your company is acme.com, that domain should only be used for transactional emails, marketing newsletters to opted-in subscribers, and employee communication. Cold outreach goes through secondary domains.
Why Separate Domains?
Cold email carries inherent risk. Even with perfect execution, some recipients will mark your email as spam. If that happens on your primary domain, it damages the reputation you rely on for all business communication — including emails to existing customers.
Secondary domains act as a firewall. If a sending domain gets flagged, you retire it and spin up a new one. Your primary domain stays clean.
How to Choose Domain Names
Your secondary domains should look like natural variations of your brand:
| Pattern | Example | Notes |
|---|---|---|
| [brand]hq.com | acmehq.com | Professional, implies headquarters |
| get[brand].com | getacme.com | Action-oriented |
| try[brand].com | tryacme.com | Trial or demo focus |
| [brand]team.com | acmeteam.com | Team communication feel |
| [brand]app.com | acmeapp.com | SaaS-focused |
| [brand]mail.com | acmemail.com | Direct but professional |
Rules for domain selection:
- Stick to
.com— avoid.io,.co,.xyzfor cold email (higher spam association) - Keep it short and recognizable as your brand
- Buy from registrars like Spaceship, Namecheap, or Porkbun (~$9–12/year per domain)
- Purchase in bulk (10–20 at a time when scaling)
- Set up a simple redirect to your main website on each domain
How Many Domains Do You Need?
Use 2–3 mailboxes per domain maximum. More than that and a spam complaint on one mailbox poisons the others.
| Daily Volume | Mailboxes | Domains |
|---|---|---|
| 500 | 10 | 5 |
| 2,000 | 40 | 20 |
| 5,000 | 100 | 50 |
| 10,000 | 200 | 100 |
Lesson 2.2 — Mailbox Setup with Google Workspace
Google Workspace mailboxes have the highest sender reputation of any provider. Gmail trusts Gmail.
Provider Comparison
| Provider | Reputation | Cost | Recommendation |
|---|---|---|---|
| Google Workspace | Highest | $7.20/user/month | Primary choice |
| Microsoft 365 | High | $6/user/month | Good alternative |
| Managed SMTP providers | Medium | $3–5/user/month | For scale |
Setting Up Google Workspace
- Purchase Google Workspace Business Starter at workspace.google.com — $7.20/user/month
- Verify domain ownership by adding a TXT record to your DNS
- Create mailboxes with realistic human names:
| Good | Bad |
|---|---|
| john@acmehq.com | info@acmehq.com |
| sarah.jones@getacme.com | sales@getacme.com |
| michael@tryacme.com | noreply@tryacme.com |
- Complete each profile — add a professional headshot, fill out the name and title
- Enable 2FA for account security
Calculating Mailboxes Needed
The safe sending limit for cold email is 50 emails per day per account. This is well under Google's 2,000/day technical limit, but staying low keeps your reputation clean and your accounts alive.
Daily send target / 50 = mailboxes needed
500/day / 50 = 10 mailboxes
2,000/day / 50 = 40 mailboxes
Lesson 2.3 — DNS Authentication: SPF, DKIM, and DMARC
These three DNS records prove to receiving servers that your emails are legitimate. Without them, you are fighting an uphill battle against spam filters.
Point your domains to Cloudflare (free tier) for DNS management. Cloudflare is fast, reliable, and makes it easy to manage DNS records across many domains.
SPF (Sender Policy Framework)
SPF tells receiving servers which mail servers are authorized to send email for your domain.
Type: TXT
Host: @
Value: v=spf1 include:_spf.google.com ~all
This record says: "Google's mail servers are authorized to send for this domain. Soft-fail everything else."
DKIM (DomainKeys Identified Mail)
DKIM adds a cryptographic signature to every outgoing email, proving the content was not modified in transit.
To generate DKIM in Google Workspace:
- Go to Admin Console > Apps > Google Workspace > Gmail
- Click Authenticate Email
- Select your domain
- Click Generate New Record
- Copy the generated value
Then add the DNS record:
Type: TXT
Host: google._domainkey
Value: [paste the generated DKIM value]
DMARC (Domain-based Message Authentication)
DMARC tells receiving servers what to do when SPF or DKIM fails.
Type: TXT
Host: _dmarc
Value: v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
Start with p=none (monitor mode). Once you confirm authentication is working, you can tighten to p=quarantine or p=reject.
Verification Checklist
After adding all three records, wait 24–48 hours for DNS propagation, then verify:
- SPF — check at mxtoolbox.com/spf
- DKIM — check at mxtoolbox.com/dkim
- DMARC — check at mxtoolbox.com/dmarc
- All three should show "Pass"
Screenshot: MXToolbox showing passing SPF, DKIM, and DMARC results for a sample domain.
Lesson 2.4 — Connecting Email Accounts to FoxReach
Once your domains are purchased, mailboxes are created, and DNS records are verified, connect everything to FoxReach.
Adding an Email Account
- Go to Email Accounts in the FoxReach sidebar
- Click Add Account
- Enter your account details:
- Email address — the full address (e.g., john@acmehq.com)
- Display name — the sender name recipients see (e.g., John Smith)
- Provider — select Gmail, Outlook, or Custom SMTP/IMAP
- Enter SMTP settings (for sending):
- Host: smtp.gmail.com
- Port: 587
- Enter IMAP settings (for receiving replies):
- Host: imap.gmail.com
- Port: 993
- Enter your password or app password
- Click Test Connection — FoxReach will verify both SMTP and IMAP work
- Save the account
Screenshot: FoxReach "Add Email Account" form showing email, display name, provider dropdown, SMTP host/port, IMAP host/port, and Test Connection button.
Account Settings
After connecting, configure each account:
- Daily email limit — Set to 50 (or use your workspace default)
- Signature — Add a professional email signature
- Active toggle — Enable when ready to send
FoxReach tracks each account's health score (0–100), bounce rate, reply rate, and daily send count. You can monitor all accounts at a glance from the Email Accounts list.
Screenshot: FoxReach Email Accounts list showing multiple connected accounts with health scores, status indicators, and daily send counts.
Connection Troubleshooting
| Issue | Likely Cause | Fix |
|---|---|---|
| SMTP connection failed | Wrong port or host | Verify host is smtp.gmail.com, port 587 |
| IMAP connection failed | App password needed | Generate an app password in Google Account settings |
| Authentication error | 2FA blocking | Enable "Less secure apps" or use app password |
| Test passes but emails bounce | DNS not propagated | Wait 24–48 hours and retry |
Lesson 2.5 — Deliverability Testing Before You Send
Before launching any campaign, test your inbox placement. Do not skip this step.
Pre-Send Testing Tools
Mail Tester (mail-tester.com)
- Go to mail-tester.com — you will see a unique test email address
- Send an email from your connected account to that address
- Check your score — target 9/10 or higher
- Review flags for spam words, missing DNS records, or blacklist issues
Glock Apps (glockapps.com) — $79/month
- Create a test campaign with Glock Apps
- Send to their seed list (addresses across Gmail, Outlook, Yahoo, corporate domains)
- Review inbox placement results:
| Placement Rate | Meaning | Action |
|---|---|---|
| 90%+ inbox | Excellent | Ready to send |
| 70–90% inbox | Good | Minor optimization needed |
| 50–70% inbox | Warning | Review content and technical setup |
| Below 50% inbox | Problem | Stop. Fix issues before any sending |
Google Postmaster Tools (free)
- Verify your domain at postmaster.google.com
- Monitor ongoing metrics: spam rate, IP reputation, domain reputation, authentication
- Set up alerts for any reputation drops
Red Flags That Require Immediate Action
| Metric | Danger Zone | What to Do |
|---|---|---|
| Spam rate | Above 0.3% | Pause all campaigns immediately |
| Bounce rate | Above 5% | Clean your list, verify all emails |
| Open rate | Below 20% | Improve subject lines |
| Domain reputation | Low | Reduce volume, improve engagement |
Module 2 Quiz
- Why should you never send cold email from your primary business domain?
- What is the recommended maximum number of mailboxes per domain?
- What do SPF, DKIM, and DMARC each do?
- What Mail Tester score should you target before launching a campaign?
- At what spam rate should you immediately pause campaigns?