V
← Back to all posts

When Email at Scale Stops Working

·7 min read
Marketing
TL;DR

At scale, your biggest deliverability problem isn't content or timing. It's that you're treating a disengaged list like an engaged one. Suppression and segmentation aren't optimizations. They're the foundation.

The Number That Forced the Question

The first thing you notice is the open rate. It dips, and you run the usual checks: subject lines, send time, preview text. Nothing obvious. Then the IP and domain reputation scores start moving. Then the spam complaint rate climbs. By the time the spam rate is measurable, you're not dealing with a content problem anymore. You're dealing with a deliverability problem that built up quietly for months while the surface metrics looked close enough to normal.

That's the thing about engagement decay at scale. It doesn't announce itself. It accumulates until the numbers force the question: what changed?

When I dug into it, the answer wasn't one thing. It was a compounding problem that started long before the metrics moved.

Who I Was Sending To

The product I was working on sold to independent field professionals. That audience has a specific email dynamic that isn't obvious until you've sent to it for a while.

Field professionals operate in cycles tied to external conditions. When business is moving, they're heads-down and not reading their software vendor's emails. When things slow down, they're suddenly attentive to anything that might help them. The same list behaves completely differently depending on conditions neither the sender nor the recipient controls.

The other factor is structural. People in this kind of role change jobs, go inactive, or leave the field entirely. Contact information quietly goes stale. Someone actively using their work email eighteen months ago may have moved on. None of that shows up as an unsubscribe. It shows up as silence. And silence, from a deliverability standpoint, is worse than an unsubscribe. An unsubscribe is a signal. Silence is dead weight on your sender reputation on every single send.

What Scale Actually Broke

The mechanics that work for a smaller list don't transfer cleanly once the list is large enough. The failure modes change.

No suppression, no floor. The most damaging problem wasn't who I was sending to. It was who I was still sending to when I shouldn't have been. Leads that had gone cold. Addresses that had gone invalid. Contacts who had mentally checked out but never clicked unsubscribe. At small scale, that's a nuisance. At large scale, it's a reputation tax on every single send.

Mailbox providers like Gmail and Outlook use engagement signals to decide where your mail lands. If a meaningful portion of your list is chronically ignoring you, your domain reputation takes the hit, and that hit applies to your engaged contacts too. The damage isn't per-address. It's per-sender. There was no suppression framework in place. Leads just lived on the list indefinitely, and the list had no floor.

Volume volatility, not just cadence. The send schedule was inconsistent in a specific way: some weeks had high volume, others were dramatically lower. This matters because mailbox providers build a baseline expectation of your sending patterns. Sudden volume spikes after quiet stretches look anomalous. Filtering gets stricter. It wasn't that I was sending too much or too little. It was that providers had no predictable pattern to calibrate against.

What I Actually Changed

The fix wasn't a new subject line formula.

I built suppression from scratch. The mechanism was a set of engagement flows: lead capture sequences for new contacts, sunset emails for contacts approaching inactivity thresholds, and long-term nurture campaigns for contacts who were dormant but not gone. The core logic was simple. Contacts who hadn't engaged within a defined window entered a re-engagement sequence. If they came back, they stayed. If they didn't, they were suppressed. Not deleted (suppression keeps them available for future re-permissioning), but removed from the active sending pool.

The counterintuitive result: sending to fewer contacts improved delivery to the contacts who remained, because the contacts I removed were the ones pulling down sender reputation on every send.

I segmented by engagement level, not just status. The list got divided into four tiers based on both opens and clicks, with clicks weighted more heavily for reasons I'll cover in the next section.

High engagement: two or more opens or clicks in the last 60 days. Full send frequency. Baseline for content testing.

Medium engagement: at least one open or click in the 60 to 90 day window. Slightly reduced frequency, watched more closely.

Low engagement: at least one signal in the 90 to 180 day window. Entered a re-engagement track rather than the main cadence.

Sunset candidates: no signal in 180 to 365 days. A defined last-chance sequence. If nothing came back, suppressed.

Each tier gets different messaging and different frequency. A contact who has opened every email for three months and a contact who hasn't opened anything in five months are not the same audience, even if they share the same status field in the database.

I shifted the metric I was optimizing against. Away from raw open rate, toward click-to-open rate. CTOR measures how many people who saw the email actually did something with it. It's a tighter signal because it isolates the content question from the deliverability question. Open rate tells you something about inbox placement and subject lines combined. CTOR tells you whether the email earned its read.

The Thing That Surprised Me

The assumption going in was that content was the problem. The audience was skeptical and time-poor. If open rates were falling, something in the message must have stopped resonating.

What the data actually showed was something different. Open rates were partially fiction.

Apple's Mail Privacy Protection, which rolled out in 2021, automatically pre-fetches email content when a message is delivered to an Apple Mail client, regardless of whether the recipient ever actually looks at it. That fires the tracking pixel. It gets counted as an open. By the time I was deep in this problem, Apple Mail accounted for a significant share of reported opens globally, and a meaningful chunk of what looked like engagement was machine-generated noise.

This had two consequences. First, the open rate was inflated in a way that masked how bad the real engagement picture actually was. Contacts that looked like low-engagement were actually no-engagement, because even their occasional opens were likely machine-triggered. Second, any segmentation built on open counts alone was segmenting on a partially corrupted signal.

The content was not the problem. For the contacts who weren't engaging, no subject line was going to solve a deliverability and relationship problem. Content only mattered for the contacts who were genuinely there. For everyone else, the question was list composition, not copy.

What Transfers Out of This

A few things that generalize past email specifically.

Quality over quantity. The instinct at scale is to protect list size. Lists feel like assets. But a large list with degraded engagement is not an asset. It's a liability that taxes every send you make to the people who actually want to hear from you. The quality of the list determines the quality of every send. You can't optimize your way out of a composition problem.

Suppression is more valuable than optimization once your list is large enough. At small scale, improving open rates through subject line testing moves the needle. At large scale, the bigger lever is who you're sending to at all. The list composition problem dwarfs the content problem.

Monitor the signals that don't lie. Open rate is now a partial signal at best. IP reputation, domain reputation, spam complaint rate, and CTOR are more honest. Watch all of them consistently, not just when something feels off.

Inconsistent volume is a deliverability signal, not just a planning problem. Mailbox providers build expectations. Sudden spikes look suspicious. Consistency in send volume, even if you're sending less overall, is better for inbox placement than irregular bursts.

Email is still the best medium. Not because it's the most exciting channel, but because it's the one with the longest leverage. A clean list, a clear suppression policy, honest subject lines, and something worth saying: that's the entire playbook. The fundamentals haven't changed. What changes at scale is that the cost of ignoring them finally becomes visible.