Email deliverability is whether your message reaches a person's inbox rather than the spam folder. It is not the same as delivery, which only means the receiving server accepted the message. Overloop is the outbound platform built to protect deliverability at every step, verifying addresses before they enter a sequence, pacing sends per inbox, and surfacing the bounce and complaint signals that tell you when a domain is drifting into trouble. Below is the full operating system for staying in the inbox at scale.
Disclosure: I am the CEO of Overloop, an outbound platform with built-in verification, sending, and pacing controls. I recommend Overloop where it fits, but this guide is about the discipline of deliverability first. The setup steps, thresholds, and authentication records below work with any sending stack.
What Is Email Deliverability?
Email deliverability is the rate at which your messages land in the inbox instead of the spam folder. Mailbox providers treat your sending domain like a reputation score that updates every day. They weigh authentication, list quality, volume patterns, and recipient reactions, then decide placement message by message. A clean program can hit 90 to 95 percent inbox placement. A sloppy one can drop below 70 percent, where most of the audience never sees a single send.
The reason this matters more in 2026 is speed of feedback. One careless list upload or an aggressive volume jump can tank a domain reputation for weeks, even when your copy is fine. According to Validity's deliverability research, the cross-industry average inbox placement rate sits around 85 percent, meaning roughly one in six legitimate emails never reaches the inbox. If you run outbound at scale, treat deliverability like an operating discipline, not a one-time setup.
Benchmarks: What Good Looks Like
Use these targets as weekly guardrails. If you miss them, fix deliverability before you scale volume.
- Inbox placement rate: aim for 85 percent or higher overall. Strong programs sit in the 90 to 95 percent range. If you cannot measure inbox placement directly, treat a sudden open-rate drop by provider (Gmail vs Outlook) as a warning.
- Spam complaint rate: keep it under 0.1 percent (1 complaint per 1,000 delivered). Many senders aim closer to 0.03 percent to leave room for experiments.
- Hard bounce rate: keep it under 2 percent. Under 1 percent is a healthier target for cold lists.
- Soft bounce rate: keep it under 5 percent. Spikes usually mean throttling, temporary blocks, or volume ramping too fast.
| Mailbox provider | Avg inbox placement (2025) | What to watch |
|---|---|---|
| Gmail | ~87% | Spam complaint rate in Google Postmaster Tools, domain reputation |
| Yahoo / AOL | ~90% | DMARC alignment, one-click unsubscribe |
| Microsoft (Outlook, Hotmail) | ~75% | SNDS IP reputation, sudden volume jumps, throttling |
| Global average | ~83.5% | Roughly 1 in 6 legitimate emails never reaches the inbox |
Provider figures are cross-industry estimates from Validity 2025 benchmark research; your numbers depend on list quality and sending behavior.
If you run outbound at scale, treat these as system metrics, not campaign metrics. Overloop helps by verifying emails before sending and pacing sequences so you do not torch a domain reputation in a week. For the bounce side specifically, our breakdown of the 7 reasons emails bounce shows how to read each bounce type.
How Mailbox Providers Decide Inbox vs Spam
Providers do not judge one campaign going wrong. They judge a sender pattern. In plain terms, inbox vs spam comes down to six signal buckets. Providers weigh them differently, but the logic stays consistent: prove you are who you say you are, send mail people want, and behave predictably.
- Authentication. SPF, DKIM, and DMARC tell providers which servers can send for your domain and whether the message was altered. When authentication fails or is misaligned, providers have a clean reason to distrust the mail.
- Engagement. Opens matter less than actions that signal wanted mail: replies, reading time, moving a message to the inbox, starring, and adding to contacts. Deletions without reading and ignored messages across multiple sends pull reputation down.
- Complaints. Report-spam clicks are a direct negative vote. Providers track complaint rate by sender and by segment, so one bad list can poison an otherwise healthy program.
- Content and links. Filters evaluate your copy, HTML structure, and link destinations. Mismatched From names, URL shorteners, too many link domains, and odd redirect chains correlate with spam, so filters penalize them.
- List quality. High hard-bounce rates, repeated sends to unengaged contacts, and lots of role accounts (info@, sales@) signal sloppy acquisition. Spam traps and recycled domains can trigger sudden blocks even when the copy looks fine.
- Sending patterns. Sudden volume spikes, many new recipients at once, and inconsistent daily cadence trigger throttling. Providers prefer stable throughput and gradual change.
How These Signals Combine in Real Life
Providers rarely hate your content in isolation. They see a bundle: a new domain with weak authentication, a big volume ramp, low engagement, and a few complaints. That bundle looks like spam because it matches spammer behavior. For outbound teams, the practical takeaway is simple: segment by intent, verify before you send, and pace volume increases.
For the provider perspective, start with Google's guidance for bulk senders and Microsoft's email authentication documentation. Both make the same point: authentication is the price of admission, and reputation does the rest.
Set Up DNS Authentication the Right Way (SPF, DKIM, DMARC)
Google and Microsoft both treat authentication as a baseline trust signal. Since February 2024, Google and Yahoo require SPF, DKIM, and DMARC for anyone sending more than 5,000 messages a day to their users, per Google's bulk sender requirements. If these records are missing or misaligned, providers can accept the message and still route it to Spam, or throttle you hard when volume rises.
Definition: SPF lists which servers can send for your domain, DKIM adds a cryptographic signature that proves the message was not altered, and DMARC tells mailbox providers what to do when SPF or DKIM fails and where to send reports. Together they reduce spoofing and make your reputation measurable.
- Inventory every sender for your domain. List your outbound platform (Overloop or another), Google Workspace or Microsoft 365, and any tools like HubSpot, Salesforce, Mailchimp, SendGrid, Amazon SES, or Zendesk. Missing one is how legitimate mail breaks after you tighten DMARC.
- Publish SPF with one record only. Create a single TXT record at your root domain that includes every sending source. Keep it under the 10 DNS-lookup limit defined by the SPF spec, and never publish multiple SPF TXT records, because receivers treat that as a permerror.
- Enable DKIM for each sending system. Turn on DKIM inside each provider and publish the selector records it gives you (often two CNAMEs or TXTs). Use 2048-bit keys when the provider supports it, and rotate keys when you change providers or after an incident.
- Set DMARC on the root domain. Start with monitoring so you can see who is sending on your behalf before you enforce anything.
- DMARC starter record (monitoring):
v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com; ruf=mailto:dmarc@yourdomain.com; fo=1; adkim=r; aspf=r - Enforcement path: move to
p=quarantine, thenp=rejectafter you confirm all legitimate sources pass.
Validate Without Guessing
Validate from three angles: DNS, alignment, and real inbox results.
- DNS checks. Use a DNS lookup tool like MXToolbox to confirm SPF, DKIM selectors, and DMARC exist and parse cleanly.
- Alignment checks. Send a test to a Gmail mailbox, open it, then choose Show original. You want SPF: PASS, DKIM: PASS, and DMARC: PASS with the same organizational domain in the From address.
- Ongoing monitoring. Read DMARC aggregate reports (rua). Tools like Valimail or dmarcian parse reports and highlight unknown senders.
If you change anything, change one record at a time, wait for DNS propagation, then retest. Most deliverability emergencies after authentication work come from enforcing DMARC before every tool signs with DKIM and aligns with your From domain.
Warm Up a Domain and Ramp Volume Without Getting Throttled
DMARC enforcement can expose a second problem fast: a brand-new or freshly cleaned-up domain has no sending reputation. Jump from 0 to 5,000 cold emails and Gmail and Outlook will throttle you with temporary deferrals (soft bounces) or route you to Spam. Warming up is the controlled process of building a positive history with small, consistent volume and high engagement.
Warm up one sending domain per mailbox provider at a time. Reputation is provider-specific. A ramp that looks fine in Gmail can still get blocked at Outlook if your audience skews corporate.
- Days 1 to 3: 10 to 20 emails per inbox per day. Send to known-friendly recipients first (customers, partners, colleagues) and ask for a reply.
- Days 4 to 7: 25 to 50 per inbox per day. Keep copy plain text or very light HTML. Use one tracked link at most.
- Week 2: 60 to 120 per inbox per day. Start adding cold prospects, but keep them in a separate segment from warm contacts.
- Week 3: 150 to 250 per inbox per day. Add follow-ups, but cap sequences at 3 to 5 steps.
- Week 4: 300 to 500 per inbox per day if metrics stay clean. Add more inboxes before you add more volume per inbox.
If you need higher throughput, spread volume across more mailboxes and keep each mailbox's daily cadence stable. Overloop helps here by pacing sends per inbox and pausing sequences when bounce or complaint signals spike. For the full ramp schedule and tooling, see our email warmup guide.
Pacing Rules That Prevent Throttling
- Hold volume steady for 48 to 72 hours after any meaningful change (new list source, new offer, new From name, new tracking domain).
- Segment by intent. Send your highest-fit, most likely-to-reply prospects first. Engagement lifts reputation faster than raw volume.
- Keep sending windows consistent. Random bursts (500 at 9:00, 0 all day, 500 at 17:00) look automated and trigger deferrals.
- Limit new recipients per day. Repeatedly hitting large numbers of first-time recipients is a common spammer pattern.
List Quality, Verification, and Blacklists
Hard bounces over 2 percent and complaint spikes rarely come from bad copy. They usually come from list quality problems you can prevent with a simple hygiene system: verify before first send, suppress risky addresses, and stop sending to people who keep ignoring you.
A Concrete Hygiene Workflow for Cold Outbound
- Verify every new address before it enters a sequence. Use an email verification tool (Overloop includes verification) to catch invalid mailboxes, typos, and many catch-all domains. Treat invalid as a hard stop. Treat risky as send only when the lead is high-value and you can personalize heavily. The mechanics of catch-alls and bounce types are covered in our email verification guide, and teams building this into their stack can wire it up through the email verification API.
- Suppress role accounts by default. Block addresses like
info@,support@,sales@,admin@, andbilling@. Role accounts generate higher complaints and lower replies, and many are monitored by teams that mark cold outreach as spam. Make an exception only when the role address is the documented contact path on the company site. - Suppress no-mail patterns. Add rules for
noreply@,donotreply@, and aliases likeabuse@andpostmaster@. These either cannot reply or escalate complaints fast. - Send to engaged segments first. If you have intent signals (recent site visit, webinar attendance, product signup, LinkedIn engagement), route them into a higher-volume stream. Keep the coldest segments smaller until they earn engagement.
- Auto-handle bounces the same day. Remove hard bounces immediately. For soft bounces, retry later in the sequence, then suppress after 2 to 3 consecutive soft bounces for the same recipient. Repeated soft bounces often mean throttling, a full inbox, or a temporary block.
- Prune unengaged recipients aggressively. For cold outbound, treat no opens and no replies as a signal to stop. Suppress a contact after they receive 4 to 6 emails across 30 to 45 days with zero engagement. Continuing to send trains Gmail and Outlook that your mail gets ignored.
Run verification in three moments: before first send, after any import from a third-party source, and again if a lead has sat in your CRM for 90 or more days. Mailboxes get disabled, recycled, or repurposed. Validity estimates B2B contact data decays at roughly 22.5 percent per year as people change jobs, so a list verified six months ago is already partly stale.
Blacklists and Spam Traps
Blacklists (or blocklists) are public databases of IPs and domains that mailbox providers consult to filter mail. The major ones, Spamhaus, SpamCop, and Barracuda, list senders that hit spam traps, generate complaints, or send to dead addresses. A listing can route your mail to spam across every provider at once.
Spam traps are the most common way to land on one. These are addresses that exist only to catch senders with poor hygiene: recycled mailboxes that were once real, and pristine traps that were never used by a human. You hit them when you buy lists, scrape aggressively, or fail to prune dead contacts. Check your status with a free multi-blacklist lookup (MXToolbox runs one), and if you are listed, fix the root cause (usually list quality) before requesting delegation. Clean verification before send is the single best defense, because you cannot mail a trap you suppressed.
Write Emails That Avoid Spam Filters
Suppression logs tell you who you should not email. Your copy decides whether the people you do email engage, reply, or hit Report spam. Filters read the same signals humans do: clarity, consistency, and low-risk formatting.
Definition: filter-safe outbound copy is plain, specific business email that uses one sender identity, minimal HTML, and predictable link behavior, so providers can authenticate it and recipients can understand it in five seconds.
- Keep formatting boring on purpose. Use plain text or very light HTML. Avoid heavy templates, multiple fonts, colored buttons, and big hero images. If you need a logo, keep it in a simple signature, not a banner.
- Limit links and domains. Use 0 to 1 link in the first email. Keep links on your own domain where possible. Avoid URL shorteners like bit.ly in cold outbound because they hide destinations and correlate with abuse.
- Use tracking with restraint. Open tracking relies on a pixel that some providers and privacy tools treat as noise. If deliverability is shaky, turn off open tracking and judge performance by replies and booked meetings. Keep click tracking consistent and avoid multi-hop redirect chains.
- Match your visible identity. Align From name, From address, and signature. If the email says "Alex from Acme" but the signature says "Sales Team" and the reply-to differs, recipients hesitate and complaints rise.
Copy Rules That Raise Replies and Reduce Complaints
- Lead with why you picked them. One concrete reason beats generic flattery: "Saw you are hiring 3 SDRs in Q3, are you changing your outbound stack?"
- Keep the ask single and small. Use one question. Avoid multi-part interrogations that read like a form.
- Avoid spammy phrasing. Skip "guaranteed," "act now," "free trial," "limited time," and all caps. These trip content scoring, especially combined with links. We keep a running list of 500 spam trigger words to screen against, and a checklist of 10 ways to stay out of the spam folder.
- Personalize with facts, not tokens. A first name is table stakes. Add one verified detail from LinkedIn, a job post, or the company site. Overloop can generate this kind of context line, but you still sanity-check accuracy.
- Make opting out easy. A simple "Reply no and I will stop" lowers friction, which reduces spam complaints and protects domain reputation.
The Weekly Deliverability Dashboard: Metrics and Exact Thresholds
A "no" is fine. Silence is fine. Inbox providers react to the signals that look like abuse: complaints, bounces, and blocks. Your weekly dashboard should surface those signals by mailbox provider (Gmail vs Outlook vs Yahoo), because one provider can tank while your overall averages look okay.
| Metric | Keep under | If you cross it |
|---|---|---|
| Spam complaint rate | 0.1% (0.03% cold) | Pause the segment, tighten targeting, cut frequency |
| Hard bounce rate | 2% (1% cold) | Stop new imports from that source, re-verify, suppress risky and role addresses |
| Soft bounce rate | 5% | Hold volume flat 48 to 72 hours, spread across more inboxes |
| Provider blocks / deferrals | Zero sustained | Pause that provider, check auth alignment, resume slower |
Engagement Metrics That Actually Predict Deliverability
Open rate can lie (image blocking, privacy features), but a sudden open drop by provider still flags filtering. Track engagement you can act on.
- Replies by provider. If replies fall sharply at Gmail but hold at Outlook, Gmail filtering is likely. Slow Gmail volume, tighten personalization, and remove low-fit segments.
- Open rate by provider (directional). Use it for change detection, not bragging rights. If opens drop while bounces rise, you likely triggered throttling or spam placement.
- Negative engagement. High delete-without-open behavior is hard to see, so use proxies: repeated sends to no-open, no-reply contacts. Suppress after 4 to 6 emails across 30 to 45 days with zero engagement.
Set this up as a weekly review with a single rule: if any provider breaks the thresholds above, fix the segment before you add volume. Google Postmaster Tools confirms Gmail reputation and complaint trends once you have enough Gmail traffic.
Scaling outbound without torching your domain?
Overloop verifies addresses before they enter a sequence, paces sends per inbox, and pauses streams when bounce or complaint signals spike, so deliverability holds while you grow.
Try Overloop free →Book a demoProtecting Deliverability While You Scale With Overloop
All of the above only works if your system enforces the same hygiene and pacing rules every day. Overloop helps by putting lead sourcing, verification, sequencing, and reporting in one workflow, so you do not lose deliverability in the handoffs between tools. At a practical level, it protects deliverability in four places: before you send (list quality), while you send (pacing), what you send (personalization that earns replies), and after you send (metrics that trigger pauses).
How to use Overloop for deliverability-safe scale
- Build a persona list from one source of truth. Use Overloop's B2B database and ICP filters, or import leads from HubSpot, Salesforce, or Pipedrive. Keep each persona in its own list so you can isolate problems fast.
- Verify before first send. Run verification on every new lead. Suppress invalid addresses and treat risky results as send only with high intent and heavy personalization. This is how you keep hard bounces under 2 percent.
- Apply suppressions as rules, not memory. Block role accounts and no-mail patterns. Consistent suppressions reduce complaint risk and stop sequences drifting into low-quality segments.
- Throttle per inbox and ramp predictably. Connect multiple inboxes and cap daily volume per inbox so you scale by adding mailboxes, not by spiking one. If soft bounces approach 5 percent or replies drop by provider, pause that stream and hold flat for 48 to 72 hours.
- Personalize for replies, not clicks. Generate context-based first lines from company sites and LinkedIn, then review for accuracy. Keep early steps low-link (0 to 1 link) and add a simple opt-out line.
- Watch the metrics weekly. Track bounces, replies, and out-of-office rates per campaign and inbox, then prune unengaged contacts and shift volume toward segments that reply.
The main benefit is control. When verification, suppressions, pacing, and reporting live in the same place, you can pause a single persona stream before it drags down the reputation of every inbox you use. For deeper playbooks, see our guide to improving email deliverability and the roundup of email deliverability tools.
Keep your outbound in the inbox while you scale.
Overloop verifies, paces, and monitors every send from one workflow, with a 450M-contact database and EU data residency in Brussels.
Start with Overloop →See a demoFrequently Asked Questions
What is email deliverability?
Email deliverability is whether your message reaches a person's inbox rather than the spam folder, a Promotions tab, or a quarantine. It is different from delivery, which only means the receiving server accepted the message. Mailbox providers like Gmail, Outlook, and Yahoo decide placement based on your sending domain's reputation: authentication, list quality, volume patterns, and how recipients react. A strong outbound program sits at 90 to 95 percent inbox placement, while the cross-industry average is closer to 85 percent, meaning roughly one in six legitimate emails never reaches the inbox.
How long does an email domain warm-up take in 2026?
Plan for 2 to 4 weeks to reach stable daily volume, assuming you keep spam complaints under 0.1 percent, hard bounces under 2 percent, and soft bounces under 5 percent. Teams that start with verified, high-fit segments and earn real replies often ramp faster. Teams that start with broad cold lists usually need the full month, because throttling resets progress. See our email warmup guide for the full schedule.
What spam complaint rate is acceptable?
Keep spam complaints under 0.1 percent, which is 1 complaint per 1,000 delivered. Google's bulk sender requirements tell senders to stay below 0.3 percent and ideally under 0.1 percent. For cold outbound, operate closer to 0.03 percent if you want room to experiment. If one segment crosses 0.1 percent at Gmail or Outlook, pause that segment, tighten targeting, and cut follow-ups before you touch volume.
What are SPF, DKIM, and DMARC?
They are the three DNS records that authenticate your mail. SPF lists which servers are allowed to send for your domain. DKIM adds a cryptographic signature that proves the message was not altered in transit. DMARC tells mailbox providers what to do when SPF or DKIM fails and where to send reports. Since February 2024, Google and Yahoo require all three for anyone sending more than 5,000 messages a day to their users. Misaligned or missing authentication is one of the cleanest reasons a provider has to route your mail to spam.
What hard bounce rate hurts deliverability?
Keep hard bounces under 2 percent, and under 1 percent for cold lists. Above 2 percent, providers throttle and filter you regardless of copy. Hard bounces are the single fastest way to damage a sending domain's reputation. The fix is to verify every address before the first send and suppress invalid and risky mailboxes, since B2B contact data decays at roughly 22.5 percent per year. See the 7 reasons emails bounce for the full typology.
Should I send cold outbound from my main company domain?
If your main domain also carries critical mail such as invoices, password resets, and customer support, many teams move outbound onto a dedicated subdomain or a separate sending domain to reduce business risk. A deliverability problem on the outbound domain then cannot put your transactional mail in spam. Keep branding consistent, authenticate the new domain correctly with SPF, DKIM, and DMARC, and route replies to a monitored inbox.
The Bottom Line
Deliverability is not a setting you flip once. It is a daily operating discipline built on four moves: authenticate your domain with SPF, DKIM, and DMARC; warm up and ramp volume gradually; verify and suppress so your list stays clean; and watch complaints, bounces, and blocks every week by provider. Hit the thresholds in this guide (complaints under 0.1 percent, hard bounces under 2 percent, soft bounces under 5 percent) and your mail reaches the inbox. Miss them and even perfect copy lands in spam. The fastest way to make those rules stick is to run them inside one platform, which is exactly what Overloop is built for.
