Hey, it's Pavel. Email Deliverability Expert helping email operators raise the bar for themselves and their teams. I'm building this newsletter for high-performing email marketers who want to stay ahead of the game. If you're serious about email deliverability, don't forget to subscribe.

Introduction

Gmail isn't just another email provider. It's the gatekeeper to roughly 1.8 billion inboxes worldwide.

When your emails fail to reach Gmail users, you're not just losing a few recipients. You're potentially missing a third of your audience.

The challenge is that Gmail's filtering has become increasingly sophisticated. Gone are the days when you could game the system by avoiding certain "spam words" or using clever tricks. Today's Gmail uses machine learning that analyzes hundreds of signals simultaneously, learning from billions of user interactions every day.

What makes Gmail deliverability particularly tricky: the rules aren't static. What worked last year might not work today.

Underneath all the complexity lies a simple truth. Gmail wants to deliver mail that recipients actually want to receive. Everything else flows from that principle.

How Gmail Filters Mail

Think of Gmail's filtering system as a bouncer at an exclusive club. The bouncer doesn't just check your ID. They're looking at how you're dressed, whether you're on the guest list, who you came with, and whether regulars seem happy to see you.

Gmail works the same way.

The first layer is authentication. Before Gmail even considers your message content, it asks: "Are you really who you claim to be?" This is where SPF, DKIM, and DMARC come in. If you can't prove your identity, you're not getting past the door.

It's binary. Either you authenticate or you don't.

Authentication alone doesn't guarantee inbox placement. That's where reputation comes in.

Gmail maintains a reputation score for your domain and sending IP addresses based on historical behavior. Think of it like a credit score for email sending. A history of low spam complaints and high engagement earns preferential treatment. Spotty history means Gmail scrutinizes everything more carefully.

⚠️Warning:

Gmail doesn't publish their exact filtering criteria and regularly updates their algorithms. What you're reading here represents current best practices. You need to monitor your metrics constantly; the landscape shifts.

The third layer is where things get interesting: engagement signals. Gmail watches how recipients interact with your emails. When someone opens your email, clicks links, and replies, Gmail learns that this sender provides value. When someone immediately deletes your email without opening it, or worse, marks it as spam, Gmail learns the opposite lesson.

Over time, these signals compound.

What makes this challenging: these layers interact. Poor authentication amplifies the impact of marginal engagement. Strong engagement can compensate somewhat for a newer domain with limited reputation history. Understanding these interconnections is crucial. You can't optimize just one layer and expect great results.

Behold! The Spam Filter Slayer speaks! 🔮

Many believe in "magic spam words" that trigger filters. 'Tis a myth! The true secret lies in your sender reputation and whether recipients desire your messages. I've slain a thousand spam complaints with the shield of engaged subscribers!

List Quality Matters More Than List Size

The single biggest mistake email senders make is treating list size as a vanity metric.

I've seen senders proudly announce they have 500,000 subscribers. They quietly struggle with 2% open rates and inbox placement below 60%. Meanwhile, a competitor with 50,000 carefully cultivated subscribers gets 25% open rates and lands in the inbox 95% of the time.

🪄 The Math:

Would you rather send to 100,000 people where 5,000 engage (5% engagement) or send to 30,000 people where 7,500 engage (25% engagement)? The second scenario gives you better inbox placement, lower costs, and ironically, more total conversions despite the smaller list.

Gmail doesn't care about your list size. It cares about whether recipients want your email.

Every time someone marks your email as spam, Gmail learns. Every time someone deletes your email without opening it, Gmail learns.

This is why confirmed opt-in (double opt-in) is so valuable. Yes, it reduces your signup conversion rate. It guarantees that everyone on your list actually wanted to be there and successfully received your first email. More crucially, it gives you legal protection and helps filter out fake email addresses and spam traps.

🪄 Best Practice:

Every quarter, identify subscribers who haven't engaged in 60-90 days. Send them a re-engagement campaign asking if they still want to hear from you. The people who don't respond? Remove them. It feels counterintuitive to shrink your list. You're actually improving your deliverability by raising your engagement rate.

It feels counterintuitive to shrink your list, but you're actually improving your deliverability by raising your engagement rate.

Authentication: SPF, DKIM, and DMARC

Authentication feels tedious and technical. It matters for a simple reason: without proper authentication, Gmail can't distinguish you from spammers who are impersonating your domain.

Every day, millions of phishing emails claim to come from legitimate businesses. Gmail's solution is to require cryptographic proof of identity through three protocols: SPF, DKIM, and DMARC.

SPF (Sender Policy Framework) is the simplest to understand. You publish a DNS record listing which IP addresses are authorized to send email for your domain. When Gmail receives an email claiming to be from you, it checks whether the sending IP is on your approved list.

DKIM (DomainKeys Identified Mail) works differently. Instead of checking IP addresses, it uses cryptographic signatures. Your email server signs outgoing messages with a private key. Gmail verifies the signature using your public key (published in DNS).

DMARC (Domain-based Message Authentication) ties it all together. It tells Gmail what to do when emails fail SPF or DKIM checks. The minimum requirement is publishing a DMARC policy set to "none" (p=none), meaning you're monitoring authentication without enforcing strict policies yet.

A common mistake: many senders set up SPF and DKIM but forget about alignment. For example, you might send emails with a From: address of [email protected]. Your email service provider signs them with their own DKIM domain.

Result? DMARC failure.

If you're sending from a new IP address or domain, think of it like building credit history. You start small, prove you're trustworthy, and gradually increase your limits over 4-6 weeks. Rush this process? Gmail will rate-limit or block you.

DMARC is your most powerful defense against impersonators. When properly configured with SPF and DKIM alignment, no dark force can breach your domain's reputation. Set your policy to enforce, and watch the spam armies bounce off your defenses!

Content Signals & Incantations

Let's address the elephant in the room: spam trigger words are mostly a myth.

You won't get filtered to spam just by using the word "free" in your subject line. Gmail is far more sophisticated than that.

The confusion comes from the correlation-causation fallacy. Yes, spam emails often contain words like "free," "guaranteed," "limited time," and "act now." Those emails don't go to spam from the words themselves. They go to spam from senders with poor reputations sending to people who don't want their mail.

The words are symptoms, not causes.

What Gmail actually cares about is message formatting and structure. Your emails must conform to RFC 5322 standards, which define how email messages should be structured. This means proper headers, a unique Message-ID for every email, a single From: address, and accurate sender information.

When you violate these standards, it signals technical incompetence or intentional obfuscation. Both are red flags.

⚠️ Subject Line Warning:

Don't use "Re:" or "Fwd:" without actually replying to or forwarding a message. This deceptive practice annoys recipients and signals to Gmail that you're trying to game engagement metrics. Your From: name and email address should accurately represent who's sending the email.

The one content requirement that's absolutely non-negotiable for bulk senders is one-click unsubscribe. As of June 2024, Gmail requires this for all promotional and marketing emails. The implementation is specific: you must include two headers: List-Unsubscribe with an HTTPS URL, and List-Unsubscribe-Post with the value "List-Unsubscribe=One-Click".

What many senders get wrong: they try to redirect the unsubscribe URL to a preferences page. This violates RFC 8058, which requires that clicking unsubscribe immediately and automatically removes the recipient without any other action.

No login, no confirmation screen, no survey about why they're leaving. One click, done.

Your DKIM signature must cover these unsubscribe headers. This prevents spammers from adding fake unsubscribe links to emails. Process unsubscribe requests within 48 hours maximum. Immediate processing is better.

🪄 Pro Tip:

You can still include another unsubscribe link in your email footer that goes to a preferences page. That's in addition to (not instead of) one-click unsubscribe.

Content quality matters; it drives engagement. This is where understanding your audience becomes critical. Send content that aligns with what they expect based on how they signed up.

If they subscribed to your marketing newsletter, don't surprise them with product promotions. If they signed up for weekly updates, don't email them daily. Violated expectations lead to spam complaints.

Personalization helps, not the superficial kind where you just insert someone's first name. Real personalization means segmenting your list and sending targeted content based on interests, behavior, and engagement history. Someone who clicked on articles about topic A doesn't want to be spammed with content about unrelated topic B.

Gmail can't see your content strategy directly. It sees the engagement signals that result from good versus poor targeting.

Engagement Patterns That Influence Placement

Gmail's filtering comes down to one question: do recipients want this email? Everything else is just a proxy for answering that question.

Engagement patterns are how Gmail gets its answer.

When someone opens your email, clicks a link, replies, or forwards it to a friend, they're voting "yes, I want this." When someone deletes your email without opening it, ignores it for weeks, or marks it as spam, they're voting "no, I don't want this."

Gmail aggregates these votes across thousands of recipients to determine your sender reputation.

Engagement patterns compound over time. Strong engagement in your first few campaigns means Gmail gives you the benefit of the doubt on the next one. A pattern of poor engagement means Gmail scrutinizes future emails more carefully.

⚠️ The Feedback Loop:

This creates a positive or negative feedback loop. Good senders get better placement, which drives more engagement, which improves placement further. Bad senders get worse placement, which reduces engagement, which worsens placement further.

The spam complaint rate is where Gmail draws hard lines. The absolute maximum is 0.3% (three complaints per 1,000 emails). Exceed that? You become ineligible for mitigation when issues arise.

Experienced senders know that 0.3% is too high. You should aim for below 0.1%.

Why? At 0.3%, you're telling Gmail that three out of every 1,000 recipients strongly dislike your email. That's not a good signal.

What causes spam complaints? Usually, it's one of three things: people don't remember signing up, they can't find the unsubscribe link, or they're frustrated by too many emails.

The first problem is solved by confirmed opt-in and setting clear expectations. The second is solved by making unsubscribe prominent and easy. The third requires discipline about send frequency.

You can damage your reputation by emailing too much. Many marketers operate under the assumption that more emails equal more revenue. Sometimes that's true in the short term. It destroys deliverability over time.

When recipients start ignoring your emails from daily sending, Gmail learns that your emails aren't valuable. Your inbox placement drops, which tanks your actual engagement when you send something important.

🪄 Strategic Insight:

The solution is strategic segmentation and frequency management. Not everyone needs every email. Someone who purchased last week doesn't need the same aggressive promotional campaign as someone who hasn't bought in six months. Someone who opens every email can probably handle more frequent sending than someone who opens occasionally.

Segment your list based on engagement level and adjust frequency accordingly.

This is why re-engagement campaigns matter so much. When someone hasn't opened your emails in 60-90 days, continuing to email them actively hurts your deliverability. Immediately removing them might be premature. Maybe they were on vacation, changed roles, or simply got busy.

A re-engagement campaign explicitly asks: "Do you still want to hear from us?" Those who respond positively are clearly engaged. Those who don't respond? They're demonstrating through inaction that they're not interested.

Remove them.

Testing & Monitoring


When deliverability problems strike, most senders panic. They frantically adjust everything at once, making it impossible to identify what actually worked.

Professional troubleshooting requires a methodical approach based on understanding error codes and patterns.

Gmail's error codes follow a pattern. Errors starting with 4.x.x are temporary failures. Gmail is rate-limiting you without outright rejecting your mail. Errors starting with 5.x.x are permanent failures. Something is fundamentally broken.

For example, error 4.7.26 means your email is unauthenticated and Gmail is rate-limiting you. The solution isn't to reduce volume. The solution is to fix authentication. Implementing SPF and DKIM correctly resolves this immediately.

Error 4.7.29 means you're not using TLS encryption. Enabling TLS on your sending infrastructure fixes it.

Error 4.7.32 is more nuanced. It means your DMARC alignment is failing. You have SPF and DKIM configured, neither aligns with your From: domain. This happens frequently when using third-party ESPs who authenticate with their own domains rather than yours. The fix requires coordinating with your ESP to use custom DKIM selectors that sign with your domain.

The most frustrating error is 4.7.28: rate-limited from spam complaints or poor reputation. This one has no quick fix. Gmail is telling you that your sender reputation is damaged. The only solution is changing your behavior over time.

Reducing volume helps prevent further damage. Recovery requires weeks of perfect sending: zero spam complaints, high engagement, flawless authentication.

When your reputation drops to Low or Bad, you're in crisis mode. First, stop the bleeding. Immediately pause any problematic campaigns. Second, audit your technical setup completely. Third, clean your list aggressively. Remove anyone who hasn't engaged in the last 90 days. Remove all hard bounces and chronic soft bouncers.

Fourth, and this is critical: you need seven consecutive days of zero spam complaints to become eligible for Gmail mitigation. This means sending only to your most engaged subscribers with content you know they want. No promotional blasts, no aggressive campaigns, no experimenting with new segments.

Just clean, expected, wanted emails to people who consistently open and engage.

During this period, monitor Postmaster Tools obsessively. This phase typically lasts 2-4 weeks if you're disciplined about it. Once you've achieved seven days of zero complaints and your reputation starts recovering, you can gradually expand.

The total recovery timeline is typically 90 days from crisis to full recovery.

This is why prevention beats cure. One day of bad sending can cost you three months of careful rehabilitation.

⚠️ Asymmetry Alert:

Reputation can drop faster than it can recover. A single day of problematic sending can tank your reputation from High to Bad. But climbing back from Bad to High might take weeks or months of perfect behavior. Monitor proactively rather than react after problems arise.

Troubleshooting When Things Go Wrong

When deliverability problems strike, most senders panic. They frantically adjust everything at once, making it impossible to identify what actually worked.

Professional troubleshooting requires a methodical approach based on understanding error codes and patterns.

Gmail's error codes follow a pattern. Errors starting with 4.x.x are temporary failures. Gmail is rate-limiting you without outright rejecting your mail. Errors starting with 5.x.x are permanent failures. Something is fundamentally broken.

For example, error 4.7.26 means your email is unauthenticated and Gmail is rate-limiting you. The solution isn't to reduce volume. The solution is to fix authentication. Implementing SPF and DKIM correctly resolves this immediately.

Error 4.7.29 means you're not using TLS encryption. Enabling TLS on your sending infrastructure fixes it.

Error 4.7.32 is more nuanced. It means your DMARC alignment is failing. You have SPF and DKIM configured, neither aligns with your From: domain. This happens frequently when using third-party ESPs who authenticate with their own domains rather than yours. The fix requires coordinating with your ESP to use custom DKIM selectors that sign with your domain.

The most frustrating error is 4.7.28: rate-limited from spam complaints or poor reputation. This one has no quick fix. Gmail is telling you that your sender reputation is damaged. The only solution is changing your behavior over time.

Reducing volume helps prevent further damage. Recovery requires weeks of perfect sending: zero spam complaints, high engagement, flawless authentication.

When your reputation drops to Low or Bad, you're in crisis mode. First, stop the bleeding. Immediately pause any problematic campaigns. Second, audit your technical setup completely. Third, clean your list aggressively. Remove anyone who hasn't engaged in the last 90 days. Remove all hard bounces and chronic soft bouncers.

Fourth, and this is critical: you need seven consecutive days of zero spam complaints to become eligible for Gmail mitigation. This means sending only to your most engaged subscribers with content you know they want. No promotional blasts, no aggressive campaigns, no experimenting with new segments.

Just clean, expected, wanted emails to people who consistently open and engage.

During this period, monitor Postmaster Tools obsessively. This phase typically lasts 2-4 weeks if you're disciplined about it. Once you've achieved seven days of zero complaints and your reputation starts recovering, you can gradually expand.

The total recovery timeline is typically 90 days from crisis to full recovery.

This is why prevention beats cure. One day of bad sending can cost you three months of careful rehabilitation.

⚠️ The Seven-Day Rule:

You need seven consecutive days of zero spam complaints to become eligible for Gmail mitigation. This means sending only to your most engaged subscribers with content you know they want.

Practical Checklists

🧄 Before every major campaign, verify these items:

Verify your authentication items: your SPF record includes all sending IPs, DKIM is signing properly with your domain, DMARC is published and aligned, PTR records exist for all sending IPs, and one-click unsubscribe functionality works.

Check list quality by confirming all recipients opted in explicitly, removing hard bounces from previous sends, verifying no purchased or scraped addresses exist, and segmenting based on engagement for this specific content.

Review message quality by confirming your From: header contains a single accurate email address, your subject line honestly represents content, your Message-ID is unique and properly formatted, your one-click unsubscribe headers are included and DKIM-signed, and your physical address is included for CAN-SPAM compliance.

🧄 Monthly Deliverability Audit

Week 1 focuses on authentication: test authentication on all sending domains, review Postmaster Tools authentication dashboard (target 99%+ pass rate), verify DKIM selectors aren't conflicting if using multiple ESPs, and check PTR records remain valid.

Week 2 covers reputation by checking domain and IP reputation in Postmaster Tools, reviewing spam complaint rate (must be under 0.1%), verifying not on major blocklists, and analyzing engagement trends month-over-month.

Week 3 addresses list hygiene by identifying subscribers with 60+ days of inactivity, sending re-engagement campaigns to inactive segments, removing hard bounces and chronic soft bouncers, and updating suppression lists with latest unsubscribes.

Week 4 involves performance review by comparing inbox placement to previous month, analyzing campaign performance by segment, reviewing unsubscribe and complaint trends, and documenting successful strategies and problem patterns.

Re-Engagement Email Framework

When someone hasn't opened emails in 60+ days, send one final check-in.

Subject line should be direct: "Should we keep sending you emails?" or "We've missed you. Are you still interested?"

The email body needs just three elements. Acknowledge they haven't engaged recently. Remind them what they're receiving and why it's valuable. Give them three clear options: stay subscribed (prominent button), update preferences (secondary link), or unsubscribe (always visible).

Include a deadline: "If we don't hear from you in two weeks, we'll assume you're not interested and remove you from our list."

Honor that deadline. Anyone who doesn't click "stay subscribed" gets removed automatically.

Your Path Forward

Gmail deliverability is not a puzzle to be solved once and forgotten. It's a relationship that requires ongoing attention, just like any relationship that matters to your business.

The senders who succeed are those who understand this fundamental truth and build their entire email program around it.

When you commit to doing it right (respecting your subscribers, maintaining technical excellence, and continuously monitoring results), Gmail actually becomes your ally. The filtering system that seems so intimidating is designed to reward senders who provide genuine value.

Start with authentication. Get that right today. Then focus on list quality: clean your list and set up proper opt-in processes. Monitor your metrics weekly. Adjust your strategy based on what you learn.

Never lose sight of the simple truth: send emails that people actually want to receive.

The rest is just details. Important details, certainly. Details nonetheless. Master the fundamentals, and those details become manageable. Skip the fundamentals? No amount of technical tweaking will save you.

If you're serious about email deliverability to you don't forget to subscribe.

✨ 🔮 ✨
Cast Your Verdict
Was this deliverability spell powerful enough?
⚡ Yes, Summon More Magic
🌙 Already in My Spellbook
💀 Banish This Sorcery
✨ 📧 ✨
Your feedback strengthens the magic ✨

Keep Reading