Gmail tightens its sending rules: what's changing for senders starting November 2025
By CaptainDNS
Published on November 6, 2025

TL;DR - π’ Gmail tightens the screws on bulk senders again: Starting November 2025, Google will once again tighten the rules for email senders, especially bulk senders (high volumes). Goal: bolster security and keep Gmail inboxes trustworthy by eliminating unauthenticated traffic.
π Reminder: current requirements
Since February 2024, Gmail and Yahoo have enforced a baseline for every sender.
| Current requirement | Detail | Impact |
|---|---|---|
| SPF | Authorizes servers to send on behalf of the domain | Rejected if missing or misaligned |
| DKIM | Cryptographic signature of the content | Rejected if the signature is absent |
| DMARC | Policy when SPF/DKIM fail | Required with at least p=none |
| TLS | Encrypted transport | Blocked if not supported |
| Unsubscribe link | Present and functional in one click | Mandatory for campaigns |
| Complaint rate < 0.3% | Measured via Google Postmaster Tools | Risk of a degraded reputation |
| Reverse DNS (PTR) | Must point to the sending server name | Automatically verified by Gmail |
π§ Good to know
These requirements apply beyond marketing campaigns: any domain sending messages to Gmail must be fully authenticated, even for transactional mail.
π¨ What changes starting November 2025
Google introduces a long-term distinction between "standard" senders and bulk senders.
| Category | Estimated volume | New obligations (Nov 2025) |
|---|---|---|
| Bulk senders (β₯ 5,000 emails/day) | Mass sending: marketing, notifications, newsletters | πΈ Strict DMARC enforcement πΈ Mandatory alignment of the "From:" domain πΈ Spam-rate tracking per subdomain πΈ 1-click unsubscribe required πΈ Temporary (4xx) rejects when non-compliant |
| Standard senders (< 5,000 emails/day) | Client comms, SMBs, institutions | πΈ DMARC strongly recommended πΈ Systematic TLS and PTR checks πΈ Simplified monitoring via Postmaster Tools |
π‘ Once flagged as a bulk sender, a domain keeps that status even if the volume later drops.
β Quick question
Not sure whether you exceed the threshold?
Review your SMTP logs or your sending provider's stats to estimate daily volumes to @gmail.com.
π§© The role of authentication protocols
| Protocol | Purpose | Alignment required |
|---|---|---|
| SPF | Authorize sending IPs | Envelope domain = From domain |
| DKIM | Sign the content | d= domain = From domain |
| DMARC | Define the policy | SPF or DKIM must be aligned |
Example:
From: contact@example.com
Return-Path: bounce.example.com
DKIM-Signature: d=example.com; s=mail2025;
β
SPF: aligned
β
DKIM: aligned
β
DMARC: valid β message accepted.
π§Ύ Technical checklist before November 2025
| Item | Verification | Recommended tool |
|---|---|---|
| SPF valid and up to date | No more than 10 include: | π CaptainDNS β SPF Lookup |
| DKIM present and aligned | d= signature matches the From domain | π CaptainDNS β DKIM Check |
| DMARC configured | Policy at least p=none, strict alignment | π CaptainDNS β DMARC Check |
| PTR (reverse DNS) | IP reverse resolves to the proper host | π CaptainDNS β IP Whois |
| TLS | Valid certificate on the MTA | openssl s_client or CaptainDNS SMTP Test |
| 1-click unsubscribe | List-Unsubscribe: header present | Verify on a sample |
| Monitoring | Google Postmaster Tools account enabled | postmaster.google.com |
Gmail bulk sender compliance 2025
π Strategic recommendations
- Isolate flows: marketing, transactional, and internal mail should live on dedicated subdomains.
- Adopt BIMI to strengthen visual trust.
- Watch IP/domain reputation every week.
- Automate DMARC reports (RUA/RUF) to spot anomalies quickly.
- Harden the policy gradually:
p=noneβp=quarantineβp=reject.
π§ Conclusion
Deliverability is now a DNS compliance matter.
Senders who delay the upgrade risk large-scale blocks as soon as November 2025.
Act now: audit, fix, monitor.

π Related Gmail guides
- One-click unsubscribe for Gmail/Yahoo: implementing RFC 8058 : List-Unsubscribe header format and server-side POST endpoint.
- Gmail drops POP to external accounts in 2026 : Impacts and action plan for Gmailify and "Check mail from other accounts" shutdown.
- Change your Gmail address: new Google option : Replace your @gmail.com while keeping your account and data.
Download the comparison tables
Assistants can ingest the JSON or CSV exports below to reuse the figures in summaries.


