Table of Contents
- How Inbox Providers Actually Decide in 2026
- Authentication: Setting Up SPF, DKIM, and DMARC Right
- List Hygiene: The Unsexy Fix That Moves the Needle Most
- Sending Practices That Keep You Out of Spam
- Diagnosing a Live Deliverability Problem
- Monitoring: Google Postmaster Tools and a 30-Day Recovery Plan
- Frequently Asked Questions
How Inbox Providers Actually Decide in 2026
Gmail, Outlook, and Yahoo do not read your email and decide it looks spammy. They score signals: does the message authenticate against your domain, has this recipient opened your last five sends or ignored your last fifty, how many people on this send marked it as spam, do links lead where they claim, and is the sending volume consistent with this domain’s history. Placement is the output of that score, computed per message and per recipient. Since February 2024, Google and Yahoo have enforced baseline requirements for anyone sending bulk email: SPF and DKIM in place, a DMARC policy published, one-click unsubscribe honored within two days, and spam complaint rates under 0.3 percent. Enforcement has grown stricter each year since, and Microsoft followed with comparable requirements for Outlook in 2025. The practical meaning for a small business: authentication is no longer optional hygiene; it is the entry ticket.| Signal | What providers check | Failure symptom |
|---|---|---|
| Authentication | SPF pass, DKIM signature valid, DMARC aligned | Bulk delivery to spam across all recipients |
| Engagement | Opens, replies, deletes-without-reading per recipient | Some segments always spam; others inbox |
| Complaints | Spam button rate per send (threshold 0.3 percent) | Sudden sitewide spam placement after a bad send |
| List quality | Bounce rate, spam traps, purchased contacts | Progressive decay over weeks after a bad import |
| Content and links | Link destinations, URL shorteners, deceptive subject lines | Individual campaigns flagged while others deliver |
Authentication: Setting Up SPF, DKIM, and DMARC Right
Authentication is the one part of deliverability that is fully in your control, configured once, and verifiable in an hour. Every ESP documents the exact records; the work happens in your DNS settings.- SPF: publish a TXT record listing every server authorized to send for your domain, including your ESP’s include. Keep it under the 10-DNS-lookup limit; stacked includes from old tools silently break it.
- DKIM: generate the key pair in your ESP, publish the public key as a TXT record, and confirm the ESP signs with it on the next test send.
- DMARC: start with a policy of none (monitor only) plus reporting, review the reports for two weeks, then move to quarantine and finally reject once legitimate sources all pass.
- Alignment: the From domain visible to users must match the domains passing SPF and DKIM; sending from a lookalike domain fails alignment even with perfect records.
- Verify with a real test: mail a checker service and read the pass/fail per record, then confirm placement improved over the following week.
List Hygiene: The Unsexy Fix That Moves the Needle Most
Deliverability reputation is a weighted average of how recipients treat your mail, and the list determines who receives it. Every stale address, typo, and never-opened contact dilutes the average. Three hygiene practices carry most of the value:- Sunset policy: automatically remove or re-permission contacts with no engagement in 6-12 months. A 40,000-contact list where 12,000 never open is a liability, not an asset; providers score the neglect.
- Bounce handling: remove hard bounces on first occurrence and watch soft bounce rates per send. Sustained bounce rates above 2 percent put ESP accounts at risk and signal list problems to providers.
- Source discipline: never buy lists, never scrape, and make sure every signup passes through confirmed opt-in. One spam trap from a purchased list can poison a domain for months.
Sending Practices That Keep You Out of Spam
With authentication and list health set, daily practice determines the trend line. The providers’ signals reward consistency and punish surprises:| Practice | Do | Avoid |
|---|---|---|
| Volume | Steady cadence your domain’s history supports | Burst sends 10x your normal volume |
| Warm-up | Grow new streams gradually from engaged segments | Launching a new newsletter to the full list cold |
| Unsubscribe | Visible one-click link honored within 2 days | Hidden unsubscribe or requiring login to leave |
| Subject lines | Accurate promise matching the email body | Bait-and-switch subjects that spike deletes and spam flags |
| Links | Direct to your own HTTPS pages | URL shorteners, link farms, mismatched destinations |
| Reply handling | Monitored reply-to that humans answer | noreply addresses that collect replies nobody reads |
Diagnosing a Live Deliverability Problem
When opens crater or a client reports spam placement, diagnose in order of likelihood rather than republishing every record and hoping:- Confirm the failure mode: seed-test from multiple providers (Gmail, Outlook, Yahoo) and ask five real contacts which folder they saw. Placement problems are per-provider; Outlook and Gmail filter differently.
- Run an authentication check on a live message. A DKIM fail after an ESP migration explains everything; fix records before touching anything else.
- Open Google Postmaster Tools (free) and read the domain reputation panel and spam-rate trend. A complaint spike above 0.3 percent on a specific date points at one send.
- Isolate the audience: compare engagement between your recent-signups segment and the legacy list. Legacy-list spam placement means hygiene; uniform placement failure means authentication or reputation.
- Check DNS changes in the last 90 days. Website migrations and IT turnover regularly strand SPF includes; the WordPress maintenance plans crowd hits this whenever DNS management moves between vendors.
Monitoring: Google Postmaster Tools and a 30-Day Recovery Plan
Deliverability monitoring is now effectively free and takes minutes per month. Google Postmaster Tools shows your domain reputation (bad, low, medium, high), spam complaint rate against the 0.3 percent line, authentication pass rates, and delivery errors for Gmail traffic, which is 40-60 percent of most US business lists. Your ESP’s bounce and complaint dashboards cover the rest. Check both monthly and after any sending change. For a domain already in trouble, this is the recovery sequence that works, compressed into a 30-day frame:| Days | Action | Success marker |
|---|---|---|
| 1-3 | Fix SPF/DKIM/DMARC; remove purchased data; prune hard bounces | Authentication checks pass on live sends |
| 4-7 | Cut volume 50-70 percent; mail only 30-90-day openers | Complaint rate under 0.1 percent |
| 8-14 | Hold volume; A/B subjects on engaged segment; monitor Postmaster | Domain reputation stabilizes or ticks up |
| 15-21 | Expand to 90-180-day openers; add re-permission campaign | Opens hold as audience widens |
| 22-30 | Return toward normal cadence; sunset zero-engagement contacts | Placement stable in inbox across seed tests |
Frequently Asked Questions
These are the questions US business owners and marketers ask most about this topic, answered plainly.Why are my emails going to spam in 2026?
The three dominant causes are missing or broken authentication (SPF, DKIM, or DMARC records that fail validation), low recipient engagement that teaches inbox providers to filter you, and list problems such as purchased contacts, spam traps, or addresses that hard bounce. Google and Yahoo’s 2024 sender requirements made authentication effectively mandatory, and enforcement has tightened every year since.
What are SPF, DKIM, and DMARC, and do I need all three?
Yes, all three. SPF authorizes which servers may send for your domain, DKIM cryptographically signs each message so it cannot be tampered with, and DMARC tells receiving servers what to do when the first two fail and gives you reports to see abuse. Major providers expect all three aligned; sending with only one is the most common configuration gap in small-business audits.
How do I check my email authentication setup?
Send a message from your normal account to a free checker such as MXToolbox or EasyDMARC’s test address, or use Google Postmaster Tools for domain-level data. The checker returns your SPF, DKIM, and DMARC records with pass or fail status and alignment. Run the test from the exact domain and subdomain you send marketing email from.
What is Gmail’s Promotions tab, and is it bad?
Promotions is Gmail’s automatic category for marketing email, not the spam folder. Mail in Promotions is delivered and visible; open rates there are simply lower than Primary. Placement is driven by engagement and message signals, so it is normal for newsletters. Trying to trick Gmail into Primary with sneaky subject lines usually hurts engagement and eventually deliverability.
How many spam complaints can my emails tolerate?
Google and Yahoo set the explicit threshold at 0.3 percent of complaints, measured in Google Postmaster Tools, and recommend staying below 0.1 percent. On a 10,000-recipient list, 0.1 percent is ten complaints per send, which is why list hygiene and easy unsubscribes matter more than clever copy.
Does a clean unsubscribed list improve deliverability?
Yes. Unengaged subscribers who never open train providers to filter your mail, and stale addresses turn into spam traps. Removing contacts with no opens in 6-12 months routinely improves open rates immediately, because the remaining list skews to people who actually read.
How fast can deliverability recover after fixes?
Authentication fixes (SPF, DKIM, DMARC) can move placement within days to two weeks. Reputation recovery after a spam spiral typically takes 4-8 weeks of gradual sending: cut volume 50-70 percent, mail only the most engaged segment first, and expand the list weekly as engagement holds. Accelerating the ramp usually resets the damage.
Do double opt-in lists have better deliverability?
Yes. Double opt-in (a confirmation click before subscribing) blocks typos, bots, and malicious signups that cause spam complaints. The tradeoff is a smaller list: typically 15-25 percent fewer confirmations than raw signups, but those confirmed contacts engage far more, which is the signal providers actually reward.
Can a shared IP address hurt my deliverability?
It can. On shared sending infrastructure (typical for budget ESP plans), other senders’ behavior affects the IP’s reputation. Reputable ESPs police this aggressively, so most small businesses are fine on shared IPs; high-volume senders and brands with strict compliance needs move to dedicated IPs, which require their own warm-up.
Does moving from one email platform to another hurt deliverability?
Temporarily, if done carelessly. The domain’s reputation travels with the domain, not the platform, but new sending infrastructure should be warmed over two to four weeks: start with your most engaged segment at low volume and scale as bounce and complaint rates stay low. Authentication records must be updated to include the new platform before the first send.
Related Articles
Keep reading with these guides: