The oft-repeated "$36 for every $1 spent" email marketing statistic gets cited so often it's worth being skeptical of — it's an industry average across wildly different list qualities, and a poorly segmented list blasting the same message to everyone will never come close to it. The businesses that actually hit strong email returns share a few specific, learnable habits: they know their real benchmarks, they build sequences instead of one-off blasts, and they segment based on behavior, not just demographics. This piece walks through each of those habits in practical terms — realistic benchmarks by industry, a welcome sequence structure, the segments that actually move revenue, and the deliverability groundwork that determines whether any of it even reaches the inbox in the first place, rather than landing quietly in a spam folder no report will ever show you.
Open rates vary enormously by industry and list quality, so comparing your numbers to a single blanket average is close to useless. Illustrative ranges, not precise figures:
| Industry | Typical open rate | Typical click rate |
|---|---|---|
| Ecommerce/retail | 15–25% | 1–3% |
| B2B SaaS | 20–30% | 2–5% |
| Media/publishing | 20–35% | 2–4% |
| Nonprofit | 25–35% | 2–4% |
These are rough ranges, not guarantees — a highly engaged 2,000-person list will often outperform a bloated 50,000-person list that hasn't been cleaned in years. List size is a vanity metric; engagement rate is the number that actually predicts revenue.
Most businesses send one welcome email and move straight to the regular newsletter. A short sequence consistently outperforms this pattern because it front-loads the relationship instead of hoping the first impression carries the whole thing:
Sequences structured this way commonly produce meaningfully higher first-purchase conversion than a single welcome email, because the offer lands after context has been established rather than before.
Beyond basic demographic splits, the segments that reliably move revenue are behavioral:
Capturing intent at signup makes later segmentation far easier. A minimal two-field version:
<form class="email-form" action="/subscribe" method="POST">
<input type="email" name="email" placeholder="[email protected]" required>
<select name="interest" required>
<option value="">I'm interested in…</option>
<option value="deals">Deals & promotions</option>
<option value="tips">Tips & how-tos</option>
</select>
<button type="submit">Subscribe</button>
</form>
That single dropdown lets you route new subscribers into a relevant sequence from message one, instead of guessing at interests months later from click behavior alone. Where that form actually lives matters too — a signup embedded on a dedicated, distraction-free landing page consistently captures more addresses than the same form buried in a footer. A ready-made template is a reasonable shortcut if building that page from scratch isn't where your time is best spent.
Subject line testing is one of the few places in marketing where a small change produces a measurable, fast result — most ESPs can split-test two subject lines against a portion of the list and auto-send the winner to the rest. A few patterns that consistently test well, though results vary by audience:
A worked example: an ecommerce brand tests "20% off ends tonight" against "your cart is waiting (20% off inside)" for a cart-abandonment email. The second version, which references the specific abandoned action rather than a generic promotion, often opens at a meaningfully higher rate — because it reads as relevant to that specific subscriber rather than a broadcast discount anyone could have received.
Klaviyo dominates ecommerce for its native Shopify integration and behavioral triggers; Mailchimp remains a reasonable generalist choice for smaller lists and simpler needs; ConvertKit (now Kit) is popular with creators and course sellers for its simpler automation builder. None of these are wrong choices — the platform matters far less than whether the sequences and segmentation above actually get built, since a sophisticated tool running a single generic newsletter blast will underperform a simple tool running the welcome sequence and segments described earlier.
Depends heavily on industry and list quality, but the ranges in the table above are a reasonable starting benchmark. More useful than chasing a specific number: track your own trend over time and treat any sudden drop as a deliverability signal worth investigating immediately.
There's no universal answer, but unsubscribe and spam-complaint rates are the real signal, not a fixed cadence rule. Many lists tolerate weekly sends fine; the failure mode is usually inconsistent, unpredictable sending rather than frequency itself — subscribers adapt to a rhythm they can expect.
It's not legally required in most jurisdictions but it meaningfully improves list quality by confirming the subscriber actually owns the address and wants the emails, which in turn improves deliverability. The tradeoff is a small drop in raw signup completion — typically a modest single-digit percentage of would-be subscribers who never confirm — but that's usually a worthwhile trade for most senders beyond casual hobby lists, since a smaller, confirmed list outperforms a larger, unconfirmed one on nearly every metric that matters, from open rate to sender reputation.