Your cold emails are landing in spam — that's the end of any campaign before it has even begun. Email deliverability is not a matter of luck: it follows clear technical rules that you can control. This guide explains all the levers.
The Anatomy of Deliverability
Email deliverability is the interplay of three factors:
Deliverability = Technical Infrastructure × Sender Reputation × Content
All three must be right. Excellent content is useless without correct DNS configuration. Perfect technology is useless with a blacklisted sender reputation.
Factor 1: Technical Infrastructure
SPF (Sender Policy Framework)
SPF defines which servers are allowed to send emails on behalf of your domain. Without SPF, attackers can send emails in your name — and email providers negatively weight domains without SPF.
Correct SPF syntax for Google Workspace:
v=spf1 include:_spf.google.com ~all
Common mistakes:
+allinstead of~all(too permissive — penalized by filters)- Multiple SPF records (only one allowed)
- Too many DNS lookups (max. 10 allowed)
DKIM (DomainKeys Identified Mail)
DKIM cryptographically signs every outgoing email. Recipient servers verify the signature — manipulated emails are detected.
Check: dig TXT google._domainkey.yourdomain.com
A correct DKIM record contains v=DKIM1; k=rsa; p=[long public key].
DMARC (Domain-based Message Authentication)
DMARC combines SPF and DKIM and defines what happens to emails that fail both checks.
Recommended policy for cold email:
v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@yourdomain.com; pct=100
Progressive rollout:
p=none(Monitoring, no action)p=quarantine(Non-authenticated emails to spam)p=reject(Reject non-authenticated emails)
Step-by-step setup: Set up SPF, DKIM and DMARC.
BIMI (Brand Indicators for Message Identification)
Optional but effective: BIMI displays your logo next to emails in Gmail and Apple Mail. Signals legitimacy and increases open rates.
Jetzt kostenlos starten — ohne Kreditkarte
1 Mailbox · 1 Kampagne · 50 Prospects. Starte in unter 5 Minuten mit anicampaign.io.
Factor 2: Sender Reputation
What is Sender Reputation?
Email providers (Gmail, Outlook, Yahoo) assign a reputation score to every sending server and domain. High reputation = inbox. Low reputation = spam.
Reputation signals (positive):
- High open rates
- Replies to emails
- Adding to contact list
- Moving from spam to inbox
Reputation signals (negative):
- High bounce rate (>2%)
- Spam complaints (>0.1%)
- Deleting without reading
- Marking as spam
Setting Up Google Postmaster Tools
Google Postmaster Tools shows your domain's reputation at Gmail in real time:
- postmaster.google.com → verify domain
- Dashboard shows: domain reputation, IP reputation, spam rate, authentication status
Target values:
- Domain reputation: HIGH
- Spam rate: below 0.08%
- Authentication: 100% (SPF + DKIM)
Blacklists: Identify and Fix
If your emails suddenly land in spam: blacklist check as the first step.
Most important blacklists:
- Spamhaus (DNSBL, DBL, ZEN)
- Barracuda
- Sorbs
- SpamCop
Check: MXToolbox Blacklist Check (mxtoolbox.com/blacklists.aspx)
Removal process: Directly with the respective blacklist via their website. Takes 24–72 hours. With Spamhaus, automatic removal is possible after 28 days of unchanged behavior.
Factor 3: Content and Spam Filters
Avoid Spam Trigger Words
Certain terms massively increase the spam score:
| High Spam Score | Alternatives |
|---|---|
| "free" | "no cost" / "free trial" |
| "offer" | "opportunity" / "solution" |
| "click here" | Specific link text |
| "100% guaranteed" | Specific results |
| "urgent" | Name a timeframe |
| ALL CAPS | Normal text |
| !!! | . |
HTML vs. Plain Text
Plain text emails (no HTML formatting) generally have better inbox placement. Email providers see HTML-heavy emails with many links and images as marketing-typical — which triggers spam filters.
For cold email: Plain text or minimal HTML (maximum 1–2 links, no images).
Image-to-Text Ratio
Emails with too many images and little text are flagged as suspicious. Rule: at least 60% text content.
Number of Links
More than 3 links in a cold email reduces deliverability. Optimal: 1 link or zero links in the first email.
Bounce Management
Hard Bounce vs. Soft Bounce
Hard Bounce: Email address does not exist → remove from list immediately, never send again.
Soft Bounce: Temporary non-delivery (full mailbox, server timeout) → remove after 2–3 attempts.
Target bounce rates:
- Hard bounces: < 0.5%
- Total: < 2%
Prevention: Verify email addresses before sending (Hunter.io, NeverBounce, ZeroBounce).
Warmup: The Foundation for New Domains
New domains have no reputation. Immediate cold emails → 100% spam.
Warmup process:
- Start with 5–10 emails/day to real contacts
- Increase weekly by 20–30%
- After 3–4 weeks: full sending volume
anicampaign.io fully automates the warmup process: real mail exchanges, real opens and replies, monitored reputation building.
Deliverability Diagnostic Checklist
When problems arise, check these points in this order:
- SPF record correct? (MXToolbox SPF Check)
- DKIM active and correct? (MXToolbox DKIM Check)
- DMARC configured? (MXToolbox DMARC Check)
- On blacklists? (MXToolbox Blacklist Check)
- Spam score? (Mail-Tester.com, target: 9+/10)
- Google Postmaster Tools: spam rate?
- Bounce rate of last campaign?
- Warmup completed?
- Sending volume too high for domain age?
Monitor Deliverability Automatically with anicampaign.io
anicampaign.io continuously monitors your deliverability:
- ✅ SPF/DKIM/DMARC status per domain in real time
- ✅ Bounce rate monitoring with automatic alerts
- ✅ Spam complaint tracking
- ✅ Automatic mailbox warmup
- ✅ Domain reputation dashboard
- ✅ Immediate notification at critical thresholds
More details: Email Warmup: How to Warm Up Your Mailbox Correctly and Build and Protect Sender Reputation.