Field Tested

Research · Deliverability guide · Living page

Email newsletter deliverability: why newsletters go to spam and what to set up

Published 2026-07-21 · Authentication setup from our own Kit account (first-hand); benchmarks from Validity (retrieved July 2026); regulatory requirements from DuoCircle (retrieved July 2026); Kit-specific setup from Kit Help Center and Kit blog (retrieved July 2026) · Living page: updates as platform requirements change

Disclosure, before anything else. This page is AI-researched and AI-written. We run our own newsletter on Kit and are a Kit affiliate as of July 2, 2026: Kit links on this page earn us a commission if you start a paid plan through them, at no extra cost to you. We describe the setup we ran on Kit, but the authentication concepts apply regardless of platform. We earn nothing from any other tool mentioned here.

The short version: most newsletters land in spam for one of three reasons: missing authentication records (SPF, DKIM, DMARC), a dirty or disengaged list, or both. Authentication is now a regulatory requirement enforced at the SMTP level by Gmail, Yahoo, and Microsoft — missing records mean rejected mail, not a spam-folder detour. On Kit, DKIM and SPF are handled when you set up a Verified Sending Domain; DMARC is a separate step you add to your own DNS. List hygiene is the non-technical side: only mail people who asked, remove non-openers regularly, and never buy a list.

Delivery rate and inbox placement are different things

A high delivery rate means the receiving mail server accepted the message. It says nothing about whether the message landed in the inbox, the spam folder, or a filtered tab. The distinction matters because most email platforms report delivery rate, and inbox placement can be far lower.

Validity, which operates the Sender Score reputation database, puts the typical inbox placement benchmark at: at least 85% is good, 98 to 99% is ideal, below 70% signals a broken program. By their estimate, roughly one in six emails never reaches the inbox globally. Source: validity.com/e-mail-marketing/email-deliverability/, retrieved July 2026.

Kit publishes a 99.8% delivery rate: "Last month, Kit sent over a billion messages with a delivery rate of 99.8%." Source: kit.com/features/deliverability, retrieved July 2026. That reflects the platform's sending infrastructure. Whether your newsletter hits that rate depends on your domain authentication and list quality.

Why authentication is now mandatory

As of November 2025, Gmail, Yahoo, and Microsoft reject non-compliant email at the SMTP level — enforcement is most strict for bulk senders (Google and Microsoft apply mandatory requirements at 5,000+ emails/day), but SPF and DKIM are checked by all major mailbox providers regardless of volume. The message never enters a spam folder. It bounces. The trigger is missing or misaligned authentication records. Source: DuoCircle DMARC/SPF/DKIM guide, retrieved July 2026.

For newsletter senders, the threshold requirements are: an SPF record confirming Kit is authorized to send from your domain, DKIM signatures on every outgoing message, a DMARC policy record on your domain, and a spam complaint rate below 0.3%.

There is a useful convergence documented in email compliance research: compliant programs and deliverable programs are built from the same parts. The behaviors ISPs penalize with spam filtering (hidden sender identity, hard-to-find unsubscribe, purchased lists) are the same behaviors regulators penalize under CAN-SPAM, GDPR, and CASL. One checklist covers both. Source: hustlermarketing.com email compliance guide, retrieved July 2026.

The three authentication records: what each does

SPF (Sender Policy Framework) is a DNS record on your domain listing which mail servers are authorized to send email from your address. Without it, receiving servers have no way to verify the message is legitimate. On Kit, SPF authentication is established through the Verified Sending Domain setup: you add a CNAME record Kit provides, rather than a traditional SPF TXT record on your root domain.

DKIM (DomainKeys Identified Mail) adds a cryptographic signature to every outgoing email. The receiving server checks the signature against a public key in your DNS. If they match, the message passed in transit without tampering. Kit configures DKIM automatically when you set up a Verified Sending Domain.

DMARC (Domain-based Message Authentication, Reporting and Conformance) sits on top of SPF and DKIM and tells receiving servers what to do when a message fails those checks: nothing (p=none), quarantine it (p=quarantine), or reject it outright (p=reject). DMARC also generates aggregate reports showing who is sending mail from your domain, which surfaces spoofing attempts.

On Kit, DKIM and SPF are set up together through Verified Sending Domain. DMARC is a separate step you add as a TXT record at your domain host. Kit's blog is clear on this split: "Kit authenticates DKIM and SPF automatically; DMARC requires manual setup through your domain host." Source: kit.com/resources/blog/email-deliverability, retrieved July 2026.

Kit-specific setup: what Kit handles and what you add

The setup divides into two buckets:

Kit email authentication: platform-handled vs account-owner steps (July 2026)
Authentication stepWho handles itWhere
SPF configuration Kit (via CNAME) Settings → Email → Verified Sending Domain
DKIM signing Kit (automatic) Settings → Email → Verified Sending Domain
DMARC record You (manual DNS entry) Your domain registrar or DNS host
Double opt-in enforcement Kit (default on) Form settings — leave it on
Hard bounce handling Kit (automatic) Suppressed automatically after a hard bounce
One-click unsubscribe Kit (built-in) Every email footer — required by Gmail and Yahoo rules
List hygiene (removing cold subscribers) You (manual or via automation) Subscribers view, filtered by engagement

Sources: Kit Help Center "Verify your domain to optimize your deliverability" (retrieved July 2026), "DMARC: What is it and should you use it?" (retrieved July 2026), "Getting Started with Deliverability Success" (retrieved July 2026).

Setting up a Verified Sending Domain in Kit

Go to Settings, then Email, in your Kit dashboard. Under the Verified Sending Domains section, click "Set up your Verified Sending Domain." Enter your domain or subdomain. Kit offers two paths: automatic setup via Entri, which detects your DNS provider and configures the CNAME records, or manual setup where you copy the provided records and add them at your registrar. After adding the records, click Validate. Source: help.kit.com, Verify your domain article, retrieved July 2026.

Worth knowing before you start: Kit flags that you may see a temporary drop in open rates after setting up a Verified Sending Domain. Mailbox providers re-evaluate sender reputation when major sending configuration changes occur, and recovery typically takes two to three weeks of consistent sending. This is expected behavior.

Adding DMARC as a separate step

Once your Verified Sending Domain is live and passing SPF and DKIM, add a DMARC record at your domain registrar. Kit recommends starting with p=none, the monitoring-only policy that generates reports without affecting email delivery. Once you have reviewed a few weeks of reports and confirmed legitimate mail passes authentication, move toward p=quarantine and eventually p=reject.

Kit's guidance is explicit: "If you decide to use a DMARC record on your domain, you need to set up a Verified Sending Domain in your Kit account in order for your emails to reach the inbox." Set up Verified Sending Domain first, DMARC second. And once added: do not remove either one. Source: help.kit.com, DMARC article, retrieved July 2026.

List hygiene: the non-technical side of deliverability

Authentication solves the identity problem: it proves you are who you say you are. List hygiene solves the engagement problem: it proves your subscribers want your mail. Both matter. Spam complaint rates above 0.3% damage sender reputation regardless of how clean your authentication records are.

The high-risk failures, per Kit's deliverability documentation: importing contacts who never opted in, mailing previously unsubscribed addresses (which become traps), and sending to disengaged lists without a re-engagement step or list pruning. The specific signals mailbox providers track are "unopens, deletes, opt-outs, and marking emails as spam." A list that stops opening eventually becomes a deliverability liability. Source: kit.com/resources/blog/email-deliverability, retrieved July 2026.

The practical steps are: enable double opt-in on every form (Kit has this on by default, keep it there), suppress bounces and unsubscribes before any list import, and run a re-engagement sequence for subscribers who have not opened in 90 days before removing them. The subscribers you remove lower your complaint risk more than they lower your reach.

What we set up on our own account

We launched the Field Tested newsletter on Kit in July 2026. The authentication setup we ran through, documented for replication:

We set up a Verified Sending Domain through Settings → Email, using Cloudflare as our DNS provider (supported by Kit's Entri integration). The flow added two CNAME records — one for SPF delegation via Kit's subdomain method, one for DKIM — and validated within a few minutes. We then added a DMARC TXT record at _dmarc.fieldtestedhq.com with p=none to start collecting reports before tightening enforcement.

Double opt-in was on by default on our Kit forms. We have not hit the list-hygiene phase yet: our list is in early growth and every subscriber is recent enough that engagement rate is a meaningful signal. The re-engagement and pruning piece of deliverability is one we cannot report from first-hand experience yet.

Affiliate disclosure: if you start a paid Kit plan, we earn a commission through our Kit affiliate link. The setup described above works on the free plan — authentication is not paywalled.

What this page does not cover yet

Inbox placement testing requires dedicated tools (GlockApps, MXToolbox, or similar seed-list services) that we have not run yet. The setup above covers authentication compliance; it does not guarantee inbox placement for any specific subscriber's mailbox provider.

Dedicated IP addresses are a separate question. Kit offers a dedicated IP option, but their guidance recommends evaluating it carefully: a dedicated IP starts with zero reputation, which can hurt deliverability for smaller lists. Shared IPs benefit from Kit's established sending reputation. For a new or growing newsletter: start on shared IPs, move to dedicated only once you are sending consistently at high volume. Source: kit.com/features/deliverability, retrieved July 2026.

Looking for platform comparison rather than setup guidance? Our email marketing tools compared page covers 16 platforms on free tiers, pricing, and affiliate-link policies. If your main concern is what your platform's own terms allow you to put inside your emails, that is covered in our affiliate-programs-in-email comparison.

Sources

Kit features page (kit.com/features/deliverability, retrieved July 2026): delivery rate of 99.8%, over one billion messages sent last month; dedicated IP option, double opt-in, Precedence:Bulk header.

Kit blog, email deliverability guide (kit.com/resources/blog/email-deliverability, retrieved July 2026): DKIM and SPF set up automatically via Verified Sending Domain; DMARC is manual; complaint rate above 0.1% signals a problem; list hygiene failure modes.

Kit Help Center, "Verify your domain to optimize your deliverability" (help.kit.com, retrieved July 2026): Settings → Email → Verified Sending Domain setup flow; Entri auto-path or manual; two-to-three week re-evaluation period after setup.

Kit Help Center, "DMARC: What is it and should you use it?" (help.kit.com, retrieved July 2026): DMARC must come after Verified Sending Domain; start at p=none; do not remove once set.

Kit Help Center, "Getting Started with Deliverability Success" (help.kit.com, retrieved July 2026): permission-based list building; suppress bounces/unsubscribes before import; gradual ramp-up; double opt-in for form protection.

Validity, email deliverability fundamentals (validity.com/e-mail-marketing/email-deliverability/, retrieved July 2026; SRC-2026-07-02-validity-deliverability-benchmarks): benchmarks of 85%, 98–99%, and 70%; 1 in 6 emails misses the inbox. DOWN-RANK: Validity sells deliverability tools and Sender Score.

DuoCircle, DMARC/SPF/DKIM as regulatory requirement (duocircle.com, retrieved July 2026; SRC-2026-07-01-email-authentication-sme-regulatory): Gmail, Yahoo, and Microsoft enforce authentication at the SMTP level as of November 2025; below 0.3% complaint rate required.

Hustler Marketing, email compliance in 2026 (hustlermarketing.com, retrieved July 2026; SRC-2026-07-05-email-regulatory-compliance-deliverability): compliance and deliverability convergence; same behaviors, same penalty set from both ISPs and regulators.

Changelog

2026-07-21: First published. Authentication setup from our own Kit account (first-hand, July 2026); benchmarks from Validity (retrieved July 2026); regulatory requirements from DuoCircle (retrieved July 2026); Kit setup from Kit Help Center and blog (retrieved July 2026).

This page updates when Kit's authentication requirements change or when we have first-hand inbox placement data to add.

Keep reading

Email marketing tools compared (2026)

16 sending tools on free tiers, price at 1k/10k, API, and whether their own terms allow affiliate links in email.

Read →

Kit free plan limits (2026)

From our own Kit account: 10,000-subscriber cap, 1-automation ceiling, what ships free, what doesn't.

Read →

Email marketing for creators (2026)

Free tiers, affiliate-in-email policies, and paid-subscription support — compared for newsletter creators. Verified July 2026.

Read →