TrueAdvertize
September 15, 20269 min readcold email deliverability

Cold Email Deliverability: The 2026 Infrastructure Setup

Cold email deliverability in 2026 is an infrastructure problem: domains, DNS, warmup, volume ceilings. Here is the build order, sized from the spam-rate math.

Samuel Roa
Samuel Roa
Founder, TrueAdvertize

If you are searching cold email deliverability, you are probably watching a campaign quietly rot in the spam folder while you rewrite the subject line for the tenth time. I run TrueAdvertize, where we build custom GTM systems for B2B SaaS founders with 50 to 300 customers, and before that I spent three years as a data scientist. So I read deliverability the way I read a data pipeline: the output is only as good as the plumbing underneath it. Here is the finding most senders resist: your copy is not why you are in spam. Your infrastructure is. The domains, the DNS records, the warmup, and the daily volume per inbox decide whether a mailbox provider ever lets a human see your email. Fix those, as a system, and everything you do on top of them starts to work.

This is the build guide. If your program is already broken and you need to triage it in order of impact, read why cold email gets stuck at a 1 percent reply rate first. This piece is the architecture you set up once so you rarely have to triage again.

Founders believe great product equals growth, then get humbled when a great product sits still because nobody built the motion to sell it. Cold email has the exact same trap one layer down: great copy equals replies. It does not. Great copy sent from an unauthenticated, cold, over-volumed inbox lands in spam, where no copy wins because nobody reads it.

Think about what a mailbox provider does when your email arrives. Before a single word is judged, Gmail and Outlook check who you are: is this domain authenticated, does its sending history look human, are recipients marking it as spam. Those checks happen at the infrastructure layer, and your first line never gets a vote until you pass them. That is why two founders can send the identical email and one gets an 8 to 12% reply rate against a real list while the other gets silence. The difference is the plumbing, not the prose. You are not writing your way into the inbox. You are engineering a sending system that earns the right to be seen, then writing good email through it.

The bar moved, and a lot of senders never noticed. In February 2024, Google and Yahoo began enforcing bulk-sender requirements. In May 2025, Microsoft added an aligned rule for Outlook, Hotmail, and Live. The three now grade you on nearly the same scorecard.

RequirementGoogle / GmailMicrosoft / OutlookYahoo
AuthenticationSPF + DKIM + DMARCSPF + DKIM + DMARCSPF + DKIM + DMARC
One-click unsubscribeRequired at 5k+/dayRecommendedRequired at 5k+/day
Spam-complaint ceilingBelow 0.30%, target under 0.10%Below 0.30%Below 0.30%
High-volume threshold5,000+ messages/day5,000+ messages/day5,000+ messages/day
Enforced sinceFebruary 2024May 2025February 2024

Two numbers matter most. The 0.30% spam-complaint ceiling is the one everything else is sized against: cross it and delivery collapses regardless of how good your list is. And the 5,000 a day threshold is the line above which authentication and unsubscribe become mandatory rather than merely wise. Cold senders using domain rotation sit under that per-domain line, but the filters still measure every sender against the same reputation and complaint signals, so treat the whole scorecard as your bar. The official specs are worth reading in full: Google's Email Sender Guidelines and Microsoft's bulk sender requirements.

Here is the first hard rule: never send cold email from your primary company domain. If a cold campaign gets flagged, the reputation damage follows your real domain into your invoices, your support replies, and your warm sales threads. You protect the business by isolating the risk.

The pattern is secondary sending domains. Buy a handful of lookalikes of your brand, the get, try, or go variant, point each at your main site with a redirect so a curious prospect still lands somewhere real, and run sending from mailboxes on those. Then rotate. Inbox rotation spreads volume across many addresses so no single one carries enough to trip a complaint threshold, and it means one bad domain never sinks the whole program.

Size the fleet with simple math. A common planning rule is one inbox per 50 daily sends and one domain per 100, about two mailboxes per domain. Sending 300 a day means roughly six inboxes across three domains, each doing a calm 50. A thousand a day means around twenty inboxes across ten domains. You scale by widening the base, not by leaning on one address, because the ceiling you care about is per-reputation, not per-person.

DNS is the foundation the whole system stands on. Four records do the work, and they go in before a single email sends.

  • MX tells the world which server handles mail for the domain. Without it, the mailbox does not truly exist to receivers.
  • SPF lists which servers are allowed to send on your behalf, so a receiver can reject spoofers using your name.
  • DKIM cryptographically signs each message, proving it was not altered in transit and genuinely came from you.
  • DMARC ties SPF and DKIM together and tells receivers what to do when a message fails, plus sends you reports on who is sending as your domain.

Set them in that order, verify each one with a checker before moving on, and add a custom tracking domain so your open and click tracking runs under your own name rather than a shared vendor domain that thousands of other senders have already burned. Skipping any of these is not a shortcut. It is the difference between an email that gets evaluated and one that gets filtered on sight.

A fresh inbox has no reputation, and sending cold volume from day one reads exactly like a spammer. Warmup fixes that. For about three weeks, the inbox sends a low, gradually rising number of emails, many to a warmup network that opens and replies, so mailbox providers watch the address behave like a real person before it ever touches your list.

Once warmed, hold each inbox to roughly 20 to 50 cold sends a day. That range comes straight from the 0.30% ceiling, worked backward: keep any one address from sending enough mail to gather complaints faster than it earns positive engagement. Ramp in steps, seed-test inbox placement before you scale, and read your complaint rate in Google Postmaster Tools like a founder reads runway. When a domain starts to slip, pull it, rest it, and lean on the rest of the fleet. This is the discipline that turns deliverability from a recurring fire into a quiet, compounding asset.

Put together, the build runs in one clean sequence: buy secondary domains and redirect them, set MX, SPF, DKIM, DMARC, and a tracking domain on each, create inboxes sized to your target volume, warm every inbox about three weeks, seed-test placement, then ramp into live sending at 20 to 50 a day per address while watching complaint rate.

Do this once and deliverability stops being the thing you fight every week. But be honest about what it is: the floor, not the whole building. Landing in the inbox earns you the chance to be read. Whether you get a reply still depends on the list, the offer, and the follow-up, the parts of the motion that turn a delivered email into pipeline. Deliverability is one system inside the larger allbound GTM system, where outbound is coordinated with inbound, referrals, and multichannel touches rather than run as a blast. And once mail lands reliably, the sending tool you choose matters far less than vendors want you to think, which we cover in how to evaluate cold email software.

This is engineering work, which is also why we build it with the founder and hand over the keys, a partnership rather than outsourcing, so you own the infrastructure and the reputation you spent three weeks earning.

  • Deliverability is infrastructure. Copy and tool choice sit on top of the domains, DNS, warmup, and volume discipline that decide whether an email is ever seen.
  • Everything is sized from the 0.30% spam-complaint ceiling. Google, Yahoo, and Microsoft all enforce it, so build your volume backward from it, not forward from ambition.
  • Never send from your primary domain. Use secondary sending domains with inbox rotation, roughly one inbox per 50 daily sends and one domain per 100.
  • SPF, DKIM, DMARC, and a custom tracking domain go in before the first send. Set them in order and verify each one.
  • Warm about three weeks, cap 20 to 50 a day per inbox, and watch complaint rate in Postmaster Tools. Build it once as a system you own.

If you would rather have the sending infrastructure built with you than piece it together over lost weeks, you can book a Revenue Engine Diagnostic: 30 minutes, founder-led, no pitch. We map the domains, the DNS, the warmup, and the volume plan against your real targets, and hand you a system you own.