You wrote the issue. People who asked for it never saw it — quietly filed into spam between a phishing attempt and a coupon blast. Deliverability failures feel mysterious, but they're not random: mailbox providers run explicit scoring systems, and most blogger newsletters lose points on a short list of fixable things. Here's how the scoring actually works, and the repair routine.
First, understand who decides#
Your newsletter doesn't travel from you to your reader — it travels to gatekeepers (Gmail, Outlook, Apple) who decide on behalf of their users whether it's shown. They judge two things:
- Identity: are you really who the message claims to be? (Technical authentication.)
- Behavior: do recipients of this sender generally want these messages? (Reputation, built from engagement.)
Both must pass. Perfect content from an unauthenticated domain fails; authenticated mail from a sender people ignore also fails. Fixing one while ignoring the other is why "but I use a reputable tool!" doesn't, by itself, save anyone.
Identity: set up SPF, DKIM, and DMARC once#
Three acronyms, one job — proving your server has permission to send as your domain:
- SPF publishes which servers may send for your domain.
- DKIM cryptographically signs each message so providers can verify it wasn't altered and came from an authorized server.
- DMARC tells receivers what to do when those checks fail, and sends you reports about it.
If you send through a newsletter platform (and you should — self-hosting email is a deliverability graveyard), the platform walks you through adding three DNS records during setup. Do not skip that walkthrough. The single most common cause of small-newsletter spam placement is sending from a custom domain with no DKIM/SPF configured because setup felt optional. It is the whole ballgame: since 2024, Google and Yahoo require proper authentication for bulk senders outright — unauthenticated mail at volume now bounces or rots by policy, not by luck.
Ten minutes of DNS records, checked once with any free mail-tester tool, permanently clears the identity half of the exam.
Behavior: engagement is the real algorithm#
Mailbox providers watch what recipients do with your mail and grade accordingly:
- Opened, replied, forwarded → trust up
- Deleted unread, marked spam, ignored for weeks → trust down, for everyone receiving your future mail
This is why buying lists, importing every business card ever collected, or emailing rarely-but-suddenly all backfire: they generate exactly the disengagement signals that poison your sender reputation. The fixes follow directly:
- Only mail people who opted in deliberately. A 300-person list that opens 45% outperforms a scraped 5,000 that opens 4% — provably, in inbox placement terms.
- Set expectations at signup and keep them — frequency and content promised is frequency and content sent.
- Warm up gently. New domains sending daily blasts to thousands on day one look like exactly what spammers look like. Grow cadence with audience.
- Make the first impression count: welcome emails get the highest open rates of anything you'll ever send, and early engagement history weighs disproportionately.
More on building a list worth delivering to lives in our guide to newsletters readers actually open.
Hygiene: prune like it pays (it does)#
Dead weight isn't neutral. Addresses that never engage drag every campaign's rates down, which drags reputation, which drags everyone's inbox placement:
- Remove hard bounces immediately (your platform should do this automatically — verify).
- Sunset subscribers inactive for 6+ months: send a "still want this?" note, then drop the silence.
- Make unsubscribing effortless — one click, immediate, no guilt page. A frustrated subscriber marking spam hurts you far more than a voluntary goodbye.
Counterintuitive but true: deleting subscribers raises deliverability, and deliverability — not list size — determines whether the remaining subscribers see you at all.
The diagnosis routine#
When opens crater or a reader reports finding you in spam:
- Authenticate: run your domain through a mail-tester; fix every SPF/DKIM/DMARC complaint.
- Check blacklists: search your sending domain/IP on major blocklist lookup tools; removal processes exist and work.
- Segment and re-engage: mail only active subscribers for a few sends to rebuild positive signals before returning to full-list cadence.
- Audit recent changes: new template? new link-heavy format? new sending volume? Revert suspicious variables one at a time.
- Ask a trusted reader on the same provider to check folder placement and report headers if needed.
Deliverability isn't a talent or a mystery — it's hygiene plus empathy, enforced by robots. Keep your identity verified, your list willing, and your content expected, and the gatekeepers have no reason to hide you.
Related: content that earns opens handles the other half of the equation, and the metrics that matter explains where newsletter conversion fits in your site-wide numbers.