Back to blog
Guides & How-tos2025-08-14·9 min read

Email Deliverability 2025: The New Rules from Gmail, Microsoft, and Yahoo

By Ibrahim DemolCEO IBLeadUpdated June 12, 2026

Are your marketing emails disappearing into spam? You're not alone. Since February 2024, and reinforced in 2025, the new email deliverability rules from Gmail, Yahoo, and Microsoft are completely changing the game for marketers.

These rules are not optional. They apply to all bulk senders — that is, those who send more than 5,000 emails per day. Ignoring them can be costly: your emails end up in spam, your sender reputation deteriorates, and your conversion rates plummet.

This article breaks down exactly what you need to do in 2025 to remain compliant, maintain excellent deliverability, and continue reaching your audience.

The Two Pillars of Email Deliverability in 2025

The new rules are based on two fundamental principles: mandatory authentication and easy unsubscribing. These two elements form the foundation of your sender reputation with Gmail, Yahoo, and Microsoft.

Pillar 1: Email Authentication Becomes Non-Negotiable

Email authentication is no longer a recommendation. It is a requirement. Gmail, Yahoo, and Microsoft demand that you prove you are who you say you are.

Why? Because without authentication, anyone can impersonate your identity to send phishing emails or spam. Email service providers (ESPs) have decided to put an end to that.

Three email authentication protocols form this security barrier:

SPF (Sender Policy Framework) — This is the simplest. SPF checks that the IP address from which your email originates is authorized to send from your domain. When an email arrives at Gmail, Gmail asks: "Is this IP on the list of authorized servers for the domain iblead.com?" If yes, the email passes. If not, it is flagged as suspicious.

DKIM (DomainKeys Identified Mail) — DKIM adds a cryptographic signature to your email. It's like a seal of authenticity. During transit over the internet, if someone tries to alter your email's content, the signature breaks, and the ESP detects it. DKIM protects the integrity of your message.

DMARC (Domain-based Message Authentication, Reporting and Conformance) — DMARC builds on SPF and DKIM. It tells the ESP: "If an email claims to come from my domain but fails the SPF or DKIM tests, here’s what you should do: reject it, quarantine it, or simply monitor it." DMARC gives you control.

These three protocols work together. SPF and DKIM perform the verification, DMARC sets the policy. All three are now mandatory for bulk senders.

Pillar 2: Easy and Quick Unsubscribing

The second rule is simple but strict: provide a visible unsubscribe link and process requests quickly.

Before 2024, an unsubscribe link was recommended. Since February 2024, it has been mandatory. And in 2025, the criteria have tightened.

Here’s what you need to do:

  1. Include an unsubscribe link in every marketing email. This link must be clearly visible — not hidden in small gray text at the bottom of the page. Gmail and Yahoo scan your email to check that this link exists.

  2. Process unsubscriptions within a maximum of 2 days. When someone clicks "Unsubscribe," you have 2 days to remove that person from your list. After this period, you risk a spam complaint.

  3. Maintain a spam complaint rate below 0.3%. This is the critical limit. If 1 person out of 333 marks your email as spam, you are in danger. Exceeding 0.3% means Gmail and Yahoo will degrade your sender reputation, and your emails will start being filtered automatically.

Understanding the Spam Complaint Rate: The Metric That Kills Your Deliverability

The spam complaint rate is the most important metric in 2025. It's simple: (number of spam complaints) / (number of emails sent) = complaint rate.

Concrete example: You send 100,000 emails. 50 people click "Report as spam" in Gmail. Your complaint rate = 50 / 100,000 = 0.05%. You are safe.

But if 400 people click "Report as spam" on those same 100,000 emails, your rate = 400 / 100,000 = 0.4%. You have exceeded the 0.3% threshold. Gmail starts filtering your emails.

Why is this threshold so low? Because Gmail and Yahoo have billions of users. Even a 0.3% rate represents millions of daily complaints. For them, it's a matter of quality and user trust.

How to Track Your Complaint Rate

Gmail offers Google Postmaster Tools — a free dashboard where you can see your complaint rate, authentication, and sender reputation in real-time.

Yahoo provides the Yahoo Feedback Loop — a similar service for senders to Yahoo Mail.

Microsoft offers SNDS (Smart Network Data Services) for Outlook.

If you’re not using these tools, you’re sending blind. Set them up today.

New Features 2025: What Has Changed Since February 2024

Mandatory TLS Encryption

Gmail now requires that the connection between your email server and Gmail's servers be encrypted via TLS (Transport Layer Security). Previously, it was optional. Now, it's mandatory.

TLS creates a secure tunnel. While your email travels from one server to another, no one can intercept and read it.

Practical consequence: If your email marketing platform (Lemlist, Instantly, ActiveCampaign, etc.) does not support TLS, you can no longer send to Gmail. Check with your provider.

Distinction Between Marketing and Transactional Emails

The new rules mainly apply to marketing emails — promotional emails, newsletters, prospecting campaigns.

Transactional emails — order confirmations, password resets, receipts — are generally exempt. But be careful: if a transactional email contains promotional content (a discount offer in a receipt, for example), it is considered marketing, and the rules apply.

Gradual Deployment and Subdomains

The deployment has been rolled out in waves since February 2024. In 2025, the rules are applied 100%.

Important point: If you exceed the 0.3% complaint rate on your main domain (example.com), it can impact all your subdomains (newsletter.example.com, promo.example.com). A poorly managed subdomain can destroy the reputation of your entire domain.

Exclusion of Google Workspace Accounts

If you use Google Workspace (formerly G Suite) to send business emails, you are partially exempt from these rules. But "partially" does not mean "entirely." Good authentication practices are still strongly recommended.

How to Implement SPF, DKIM, and DMARC: The Technical Guide

Step 1: Configure SPF

SPF is the easiest to set up. You create an SPF record in your domain's DNS.

An SPF record looks like this:

v=spf1 include:sendgrid.net ~all

This record says: "The SendGrid servers are authorized to send from my domain. Everything else is suspicious (~all)."

How to add SPF: 1. Go to your domain registrar (OVH, Gandi, Namecheap, etc.) 2. Go to the DNS settings 3. Add a TXT record with the SPF content provided by your email marketing platform 4. Wait 24-48 hours for the change to propagate

Common mistake: Creating multiple SPF records. You can only have one per domain. If you need multiple, combine them into a single record with include directives.

Step 2: Configure DKIM

DKIM is a bit more complex. Your email marketing platform generates a pair of keys (public and private). You publish the public key in the DNS, and the platform uses the private key to sign each email.

How to add DKIM: 1. Go to your email marketing platform (Lemlist, Instantly, etc.) 2. Look for the option "Add a custom domain" or "DKIM authentication" 3. Copy the DKIM records provided 4. Go to your domain's DNS and add these TXT records 5. Wait 24-48 hours

What you will see: Several DKIM records (often 2-3). Each has a name like "default._domainkey.example.com" and a long value (the public key).

Step 3: Configure DMARC

DMARC is also configured in the DNS, but it's a special TXT record.

A basic DMARC record looks like this:

v=DMARC1; p=none; rua=mailto:[email protected]

This record says: "I am in monitoring mode (p=none). Send me reports on emails that fail SPF or DKIM to [email protected]."

The three DMARC modes:

  • p=none — Monitoring mode. You see what happens, but nothing is blocked.
  • p=quarantine — Semi-strict mode. Emails that fail SPF/DKIM go to spam.
  • p=reject — Strict mode. Emails that fail SPF/DKIM are completely rejected.

Recommendation: Start in p=none mode for 1-2 months. Check in Google Postmaster Tools that everything is working. Then switch to p=quarantine, then p=reject.

Check Your Configuration

Use free tools like MXToolbox or DMARC Inspector to test your SPF, DKIM, and DMARC configuration. These tools show you exactly what works and what doesn't.

Reduce Your Spam Complaint Rate: Strategies That Work

Implementing SPF, DKIM, and DMARC is necessary, but it's not enough. You also need to manage your email list and your content.

Strategy 1: Clean Your Email List Regularly

Invalid or inactive email addresses cause bounces. Too many bounces degrade your reputation. You should clean your list at least once a quarter.

How to clean: 1. Identify emails that have bounced (soft bounce = temporarily unavailable address, hard bounce = invalid address) 2. Remove all hard bounces 3. For soft bounces, wait for 3-4 attempts before deleting 4. Remove inactive emails for 6 months (no opens, no clicks)

Result: Your bounce rate decreases, your reputation improves, your deliverability increases.

Strategy 2: Segment Your Audience

Sending the same email to everyone = high complaint rate. Some recipients are not interested in your content and mark it as spam.

Segment your list by: - Industry: A plumber is not interested in an offer for hairdressers - Behavior: People who open your emails vs. those who never open them - Location: An agency in Paris is only relevant to people in Île-de-France - Company size: A startup does not have the same needs as an SME

Sending relevant emails naturally reduces spam complaints.

Strategy 3: Respect Frequency Preferences

If you send 10 emails a day to someone, they will probably mark you as spam. Respect a reasonable frequency — 1-3 emails per week for most audiences.

Better yet: offer a frequency preference in your unsubscribe settings. "I want to receive your emails, but no more than once a week." This reduces spam complaints by 30-40%.

Strategy 4: Check Your Emails Before Sending

Use testing tools like Litmus or Email on Acid to verify that: - Your email displays correctly in Gmail, Outlook, Yahoo - Your content is not flagged as spam (check your spam score) - Your links are not broken - Your unsubscribe link works

A technical error — a broken link, a form that doesn’t work — can increase your complaints.

Build Your Quality Email List: The Importance of Targeted Prospecting

Everything we’ve described so far assumes you have a quality email list. But how do you obtain these emails?

Manual prospecting on Google Maps, LinkedIn, or directories takes months. This is where automated prospecting becomes relevant.

When you prospect, you need to target real contacts — businesses with real email addresses — rather than buying cheap lists filled with invalid addresses or spam traps.

Here’s what you should look for:

  • Verified email addresses — Not generic addresses (contact@, info@) that collect bounces
  • Contacts segmented by industry — Plumbers, electricians, hairdressers, restaurants
  • Up-to-date data — Not 2-year-old lists with 40% bounces
  • Local businesses — If you’re prospecting in a geographical area, target that area

Integrate IBLead into Your Compliant Prospecting Strategy

If you’re prospecting via email, you need a reliable source of email addresses. Buying cheap lists filled with invalid addresses or spam traps is the best way to destroy your deliverability.

IBLead offers a pre-indexed database of 50 million+ businesses in 37 countries. Unlike scraping tools that require 24-48 hours to extract data, IBLead gives you access to a ready-made database.

How IBLead Helps Your Email Deliverability:

  1. Verified data — Email addresses are extracted directly from company websites and updated monthly. No spam traps, no generic addresses.

  2. Filtering before extraction — You can filter by industry, location, number of reviews, Google rating, technologies used. You only pay for contacts that are genuinely useful.

  3. Exclusion of duplicates — IBLead automatically detects if you have already exported a contact. Zero duplicates in your list.

  4. Technology detection — You can target only companies without Google Analytics, or those using WordPress. This improves the relevance of your prospecting.

  5. Segmentation by location — Are you prospecting in Paris? You only get businesses in Paris. No out-of-area contacts.

Result: A clean, segmented, relevant list. Fewer bounces, fewer spam complaints, better deliverability.

IBLead offers a free trial with 200 credits included — enough to export 200 contacts and test the quality of the data.

Ready to get started?

Access every Google Maps business, enriched with emails and legal data.

Try IBLead free