Support

How Email Delivery Works: SMTP, DNS Routing, and Spam Filters Explained

How Email Delivery Works: SMTP, DNS Routing, and Spam Filters Explained
0.00
(0)
Views: 65910
Reading time: ~ 8 min.
Emails
04/13/26
NPPR TEAM Editorial
Table Of Contents

Updated: April 2026

TL;DR: Every email you send passes through SMTP handshakes, DNS lookups, and multiple spam filter layers before reaching the inbox. According to MailReach, Gmail inbox placement has dropped to 87.2% — meaning 1 in 8 emails never makes it. If you need ready-to-use email accounts right now — browse the catalog with instant delivery.

✅ Suits you if❌ Not for you if
You run cold outreach or email campaignsYou only send personal emails to friends
You manage multiple inboxes for marketingYou have zero interest in deliverability
You want to understand why emails land in spamYou already run a dedicated mail server team

Email delivery is a chain of protocols, DNS records, and algorithmic filters that determine whether your message reaches the inbox or disappears into spam. The process begins the moment you click "Send" and involves at least four checkpoints: SMTP relay, DNS resolution, authentication verification, and content-based spam scoring. Understanding each step gives you a direct advantage in cold outreach, newsletter campaigns, and media buying infrastructure.

What Changed in Email Delivery in 2026

  • Gmail and Yahoo now require SPF + DKIM + DMARC for all bulk senders — non-compliant domains see inbox rates below 50%
  • One-click unsubscribe header became mandatory for senders pushing 5,000+ emails per day
  • Spam complaint threshold tightened to 0.3% for regular senders and 0.1% for bulk senders (5,000+/day)
  • According to MailReach, Gmail inbox placement dropped from 89.8% to 87.2% due to stricter filtering
  • Gmail's transformer-based spam filters now detect templated sales emails with ~99% accuracy

How SMTP Actually Works: The Handshake Behind Every Email

SMTP (Simple Mail Transfer Protocol) is the protocol your email client uses to push messages to the receiving server. Think of it as a digital handshake with strict rules.

Here is what happens step by step:

  1. Connection — your mail client connects to your outgoing SMTP server on port 587 (submission) or 465 (SSL)
  2. EHLO/HELO — your server identifies itself to the receiving server with a greeting command
  3. MAIL FROM — declares the sender envelope address (not the visible "From" header)
  4. RCPT TO — specifies the recipient address
  5. DATA — transmits the actual message body, headers, and attachments
  6. QUIT — closes the connection after the receiving server responds with a 250 OK code

If any step fails — wrong port, blacklisted IP, invalid recipient — the message bounces. The bounce code tells you exactly what went wrong: 550 means the mailbox doesn't exist, 421 means the server is temporarily unavailable, 554 means the message was rejected as spam.

Related: Best Practices for Building Your Own Email Infrastructure: VPS, SMTP Servers, and IP Rotation

⚠️ Important: Using shared SMTP servers for bulk sending is risky. If another sender on the same IP gets flagged, your deliverabilitydrops too. Always check your sending IP reputation through tools like MXToolbox or Google Postmaster before launching campaigns.

Case: Media buyer sending cold outreach to 500 contacts per day from a single Gmail account. Problem: 60% of emails landing in spamafter day 3, open rate dropped from 22% to 4%. Action: Split sending across 5 inboxes (100 emails each), added custom SMTP with dedicated IP, implemented 2-second delay between sends. Result: Inbox rate recovered to 35% within one week. Open rate stabilized at 18%.

DNS Routing: How Your Email Finds the Right Server

When your SMTP server needs to deliver a message to [email protected], it doesn't know the destination IP address. It performs a DNS lookup to find the mail server responsible for example.com.

MX Records: The Email Address Book

MX (Mail Exchange) records are DNS entries that tell the world which server handles email for a domain. Each MX record has a priority number — lower numbers get tried first.

Example:

Related: DNS Settings for Email: SPF, DKIM, DMARC, BIMI and How They Affect Deliverability

example.com  MX  10  mail1.example.com
example.com  MX  20  mail2.example.com

If mail1 is down, the sending server automatically tries mail2. This redundancy keeps email flowing even during outages.

The Full DNS Resolution Chain

  1. Sender's SMTP server queries DNS for MX records of the recipient domain
  2. DNS returns the mail server hostname (e.g., mail1.example.com)
  3. A second DNS query resolves that hostname to an IP address (A record)
  4. SMTP connects to that IP and begins the handshake
  5. If the connection fails, it tries the next MX record in priority order

This entire process takes milliseconds — but misconfigured DNS records are responsible for a significant chunk of delivery failures. According to Instantly, approximately 17% of cold emails never reach the inbox, and DNS/authentication failures are a major contributor.

Need reliable email accounts for outreach right now? Browse Outlook accounts at npprteam.shop — instant delivery, 95% of orders fulfilled automatically.

Authentication: SPF, DKIM, and DMARC Explained

Authentication is the gatekeeping layer that prevents spoofing and determines whether receiving servers trust your emails. As of 2026, all three protocols are mandatory for serious email senders.

SPF (Sender Policy Framework)

SPF is a DNS TXT record that lists which IP addresses are authorized to send email on behalf of your domain. When a receiving server gets your email, it checks the SPF record to verify the sending IP.

  • If the IP matches — SPF passes
  • If the IP doesn't match — the email may be rejected or flagged
  • SPF has a 10 DNS lookup limit — exceeding it causes automatic failure

DKIM (DomainKeys Identified Mail)

DKIM adds a cryptographic signature to every outgoing email. The receiving server uses a public key published in your DNS to verify that the message hasn't been tampered with during transit.

Related: Email Marketing Basics: How the Channel Works and Why Your Business Can't Ignore It

  • DKIM proves the email wasn't modified after sending
  • It ties the message to your domain, not just your IP
  • Missing or broken DKIM is now a red flag for Gmail and Yahoo

DMARC (Domain-based Message Authentication, Reporting & Conformance)

DMARC ties SPF and DKIM together and tells receiving servers what to do when authentication fails. It has three policy levels:

DMARC PolicyWhat Happens
p=noneMonitor only — no action on failures
p=quarantineFailed emails go to spam
p=rejectFailed emails are completely blocked

For cold outreach and mass campaigns, start with p=none to monitor, then move to p=quarantine after confirming your authentication is clean.

⚠️ Important: Running email campaigns without SPF + DKIM + DMARC in 2026 practically guarantees spam folder placement. Gmail's bulk sender requirements explicitly check all three. Set them up before sending a single campaign email.

How Spam Filters Decide Your Email's Fate

Spam filters in 2026 are multi-layered systems that analyze your email at several levels before deciding on inbox placement.

Layer 1: IP and Domain Reputation

Every sending IP and domain has a reputation score maintained by mailbox providers. Factors include:

  • Historical spam complaint rate
  • Bounce rate from previous sends
  • Blacklist presence (Spamhaus, Barracuda, etc.)
  • Sending volume consistency

A new domain with zero history starts with neutral reputation. According to SmartLead, the recommended warmup period is 8-12 weeks to build a solid reputation.

Layer 2: Authentication Check

The server verifies SPF, DKIM, and DMARC alignment. Failures at this layer are the single fastest way to land in spam.

Layer 3: Content Analysis

Modern spam filters use machine learning models — Gmail's transformer-based filters detect templated sales emails with approximately 99% accuracy (Google, 2025). They analyze:

  • Subject line patterns (all caps, excessive punctuation, trigger words)
  • Body text similarity to known spam templates
  • Link quantity and destination reputation
  • Image-to-text ratio
  • HTML code quality

Layer 4: Engagement Signals

This is the layer most senders underestimate. Mailbox providers track:

  • Open rates from your domain
  • Reply rates
  • Delete-without-reading rates
  • Mark-as-spam actions

Low engagement signals tell Gmail your emails aren't wanted — and future emails get routed to spam automatically.

Case: E-commerce marketer launching a newsletter to 10,000 subscribers from a new domain. Problem: 40% of emails hitting spam, subscriber complaints at 0.8% — far above the 0.3% threshold. Action: Segmented list to active openers only (3,200), added re-engagement campaign for cold subscribers, implemented double opt-in for new signups. Result: Spam complaints dropped to 0.1%, inbox rate reached 89% within 3 weeks. Open rate climbed to 28%.

Email Routing: The Journey From Send to Inbox

Let's trace the complete path of a single email from sender to recipient:

  1. Compose — you write the email in your client (Gmail, Outlook, Thunderbird)
  2. Submit — your client sends the message to your outgoing SMTP server via port 587
  3. Queue — your SMTP server queues the message and performs DNS lookup for the recipient domain
  4. MX Resolution — DNS returns the recipient's mail server address
  5. Relay — your server connects to the recipient's mail server and delivers the message via SMTP
  6. Authentication — the receiving server checks SPF, DKIM, and DMARC
  7. Spam Filtering — content analysis, reputation checks, engagement history
  8. Delivery — the message lands in inbox, spam, or gets rejected entirely
  9. Rendering — the recipient's email client downloads and displays the message

Each step is a potential failure point. Professional email marketers monitor all of them using tools like Google Postmaster Tools, SendGrid Activity Feed, or dedicated deliverability platforms.

According to DMA/Litmus, email marketing generates $36-40 ROI for every $1 spent — but only when emails actuallyreach the inbox. The difference between 95% and 87% inbox rate on a 10,000-email campaign means 800 fewer people see your message.

Common Delivery Problems and How to Fix Them

ProblemCauseFix
Emails going to spamMissing SPF/DKIM/DMARCConfigure all three DNS records
High bounce rate (>5%)Outdated email listClean list with NeverBounce or ZeroBounce
Blacklisted IPPrevious sender abuseRequest delisting or switch to dedicated IP
Low open ratesPoor sender reputationWarm up domain for 8-12 weeks before campaigns
Gmail tabs (Promotions)Marketing-style contentReduce images, personalize subject lines
Delayed deliveryGreylisting by recipient serverRetry mechanism in your SMTP — standard behavior

⚠️ Important: Sending more than 100 emails per inbox per day from a fresh account is a fast track to suspension. According to Instantly, the optimal rate after warmup is 20 emails per inbox per day, with 3-5 inboxes per domain to distribute the load.

Need accounts with established sending history? Check Yahoo email accounts and ProtonMail accounts — available for immediate purchase with 1-hour replacement guarantee.

Tools for Monitoring Email Delivery

ToolWhat It DoesPrice FromBest For
Google Postmaster ToolsDomain reputation, spam rate, authentication statusFreeGmail deliverability monitoring
MXToolboxDNS record checker, blacklist monitoringFree tierQuick diagnostics
MailReachInbox placement testing, warmup automation$25/moCold outreach teams
InstantlyWarmup + sending + analytics$30/moSolo marketers and small teams
SendGridTransactional + marketing email with analyticsFree tier (100/day)Developers and product teams

Quick Start Checklist

  • [ ] Set up SPF record in your domain DNS — list all authorized sending IPs
  • [ ] Generate DKIM keys and publish the public key as a DNS TXT record
  • [ ] Create a DMARC record starting with p=none for monitoring
  • [ ] Warm up your domain: 5-10 emails/day in week 1, 20-30/day in week 2
  • [ ] Register with Google Postmaster Tools to monitor reputation
  • [ ] Clean your email list — remove bounces and inactive addresses
  • [ ] Test inbox placement with MailReach or GlockApps before launching campaigns

Ready to start email campaigns but need infrastructure? Browse email accounts at npprteam.shop — over 250,000 orders fulfilled since 2019, support response in 5-10 minutes.

Related articles

FAQ

What is SMTP and why does it matter for email delivery?

SMTP (Simple Mail Transfer Protocol) is the standard protocol for sending emails between servers. Without a properly configured SMTP connection, your emails cannot leave your server. It handles the handshake, authentication, and data transfer for every single email you send.

Why do my emails go to spam even though the content is clean?

Content is only one of four filter layers. Your IP reputation, domain age, authentication records (SPF/DKIM/DMARC), and recipient engagement history all contribute. A new domain without warmup will hit spam regardless of content quality.

How long does it take to warm up a new email domain?

According to SmartLead, the recommended manual warmup period is 8-12 weeks. Start with 5-10 emails per day in week 1, increase to 20-30 per day in week 2, and scale gradually. Minimum functional warmup is 2-4 weeks, but full reputation building takes longer.

What is the maximum number of emails I can send per day from one inbox?

After proper warmup, the optimal rate is 20 emails per inbox per day. The absolute maximum is 100, but staying below 50 is safer for long-term reputation. Use 3-5 inboxes per domain to distribute volume.

Do I need SPF, DKIM, and DMARC all three?

Yes. As of 2025-2026, Gmail and Yahoo require all three for bulk senders. Missing any one of them significantly increases spam folder placement. SPF authorizes your IP, DKIM proves message integrity, and DMARC ties them together with a policy.

What is a good inbox placement rate?

According to MailReach, Gmail's average inbox placement is 87.2%. Anything above 90% is considered good. Below 80% means you have authentication, reputation, or content problems that need immediate attention.

How do I check if my sending IP is blacklisted?

Use MXToolbox Blacklist Check — it scans 80+ blacklists simultaneously. If you find your IP listed, follow the delisting procedure for each blacklist (usually involves proving the spam issue is resolved). Alternatively, switch to a clean dedicated IP.

Can I buy email accounts ready for cold outreach?

Yes. Platforms like npprteam.shop offer Outlook, Gmail, Yahoo, and ProtonMail accounts. Keep in mind that even purchased accounts need warmup before bulk sending — start with 1-2 days of light activity, then scale gradually.

Meet the Author

NPPR TEAM Editorial
NPPR TEAM Editorial

Content prepared by the NPPR TEAM media buying team — 15+ specialists with over 7 years of combined experience in paid traffic acquisition. The team works daily with TikTok Ads, Facebook Ads, Google Ads, teaser networks, and SEO across Europe, the US, Asia, and the Middle East. Since 2019, over 30,000 orders fulfilled on NPPRTEAM.SHOP.

Articles