Google Postmaster Tools gives you a direct view into how Gmail handles your outbound mail. After you verify your sending domain, you get dashboards that show your spam rate, authentication pass rates, encryption coverage, and delivery errors — all based on real Gmail traffic. For anyone sending at volume to Gmail recipients, it is the primary signal for catching deliverability problems before they compound. Setup takes about ten minutes and requires only a Google account and access to your domain’s DNS.
What Postmaster Tools Tracks (and What It Does Not)
Postmaster Tools measures data from messages sent to personal Gmail accounts (@gmail.com and @googlemail.com) only. It does not cover Workspace inboxes, Yahoo, Outlook, or any non-Gmail destination.
The tool monitors your sending domain: the domain in your DKIM d= tag, your SPF Return-Path domain, or both. If they differ, add both. Data appears under whichever domain authenticated each message. Subdomains do not roll up to the root; add them separately if you want independent dashboards.
What requires Postmaster Tools data: Google’s 2024 bulk-sender rules require senders of 5,000 or more messages per day to Gmail to keep their spam rate below 0.3%, as reported in Postmaster Tools. Without an active, verified domain, you have no way to monitor your rate against that threshold.
Prerequisites
- A Google Account or Google Workspace account.
- DNS write access to the domain you authenticate outbound mail from (your DKIM
d=domain or SPF Return-Path domain). - Active sending to Gmail so the dashboards populate with data. Low-volume days are excluded to protect user privacy.
Step 1: Add Your Domain
- Go to postmaster.google.com.
- Click the + button (bottom right of the screen).
- Enter your sending domain — the domain you use in your DKIM signature or SPF Return-Path.
- Click Next. A verification window opens with a DNS TXT record value.
Step 2: Verify Via DNS TXT Record
- Copy the TXT record value shown in the verification window.
- Log into your domain registrar or DNS provider.
- Create a new TXT record on the root of your domain (e.g.,
@oryourdomain.com). - Paste the copied value as the record content.
- Save the record, return to Postmaster Tools, and click Verify.
DNS propagation typically takes a few minutes but can take up to an hour depending on your provider. Postmaster Tools will confirm when verification succeeds. You can click “Not now” to skip verification, but the dashboards will stay empty until your domain is confirmed.
Once verified, dashboards update within 24 hours of sending activity. Data is not real-time and all timestamps use UTC.
Step 3: Share Access (Optional)
If you want a team member to view your domain’s dashboards:
- From the Manage Domains page, click the three-dot menu next to your domain.
- Select Manage.
- Click Add and enter the person’s Google account email.
They must have a verified Google account. Access is scoped to the verified domain only.
The Postmaster Tools v2 Dashboards
Google migrated everyone to Postmaster Tools v2 in 2025. The new interface dropped the standalone Domain Reputation and IP Reputation dashboards (they were retired because the data was not easily actionable and slow to reflect changes). The current dashboards are:
Compliance Status
Introduced in v2, this is the most actionable dashboard for initial setup. It verifies whether your sending passes the requirements from Google’s Email sender guidelines: SPF/DKIM authentication, valid DNS records, message formatting, TLS encryption, and spam rates. If any check fails, this is where you find out.
Spam Rate
“The percent of your messages that recipients manually mark as spam in Gmail.” This is the single most important metric for ongoing deliverability.
Google’s sender guidelines set two thresholds:
- Keep below 0.10% as the operational target. According to Google’s guidelines, “maintaining a low spam rate helps senders be more resilient to occasional spikes in user feedback.”
- Never reach 0.30%: Google’s guidelines require keeping spam rates below 0.3%, and crossing this threshold risks having messages rejected or classified as spam at scale.
The dashboard uses rolling averages, so a single bad day does not spike the number dramatically, but a persistent pattern will. If you see steady upward movement, pause campaigns and investigate list quality and sending frequency before the rate locks in.
For more on what drives high spam rates, see why emails go to spam.
Authentication
Shows the percentage of your messages that passed SPF, DKIM, and DMARC checks. For a correctly configured sender, all three should be at or near 100%. Any shortfall points to a misconfiguration: a subdomain not covered by your SPF record, a DKIM selector mismatch, or a DMARC policy gap.
If DMARC pass rates lag SPF and DKIM, the usual cause is mail forwarded through a third-party service that breaks the Return-Path alignment. See how to set up DMARC for alignment rules.
Delivery Errors
Shows “the percent of all authenticated messages that were rejected or temporarily failed,” broken down by error category. Temporary failures (4xx codes) usually indicate throttling. Permanent rejections (5xx) point to policy blocks. A spike in delivery errors alongside rising spam rate is a strong signal that Gmail has started limiting your sending.
Watch this dashboard alongside Spam Rate. Delivery errors often lag a spam rate problem by a few days, so Spam Rate is the earlier warning.
Encryption
Reports TLS encryption percentages for mail connections: both messages you send to Gmail and messages Gmail sends back to your domain. For most senders, encryption is close to 100% by default if your mail server supports STARTTLS. Numbers below 95% on outbound traffic usually indicate a relay or ESP configuration issue.
Feedback Loop
Available to senders who have registered for Gmail’s FBL program. Shows spam complaint rates broken down by campaign identifier (the List-ID or a custom FBL tag). Useful for isolating which sending stream or list segment is driving complaints when your overall Spam Rate is elevated.
Reading and Acting on Your Data
The most useful routine with Postmaster Tools is weekly review of Spam Rate and Compliance Status. Authentication and Delivery Errors are stable once your infrastructure is correct; check them after any infrastructure change.
Practical read order when investigating a deliverability dip:
- Compliance Status — confirm SPF, DKIM, and DMARC are all passing. Fix authentication before anything else.
- Spam Rate — is the rate climbing? Which timeframe? Correlate against your send calendar.
- Delivery Errors — are errors increasing alongside spam rate? That means Gmail has already started acting.
- Authentication — confirm no recent drops coinciding with a new sending domain, subdomain, or ESP integration.
If spam rate climbs above 0.10%, run through email deliverability best practices before continuing to send at full volume. Suppressing inactive subscribers and removing hard bounces are the fastest paths down.
The connection between your sender reputation and inbox placement is direct: Postmaster Tools shows you the leading indicators before Gmail’s filter decisions become visible to you.
Data Gaps and Limitations
- Minimum volume threshold: Low sending days show no data (Google does not publish the exact threshold, but it is somewhere around a few hundred messages to Gmail per day).
- No per-campaign breakdown without FBL tags.
- No historical export beyond the rolling window shown in the UI.
- Gmail only: Every other mailbox provider requires separate tooling (Microsoft SNDS for Outlook/Hotmail, Yahoo’s Complaint Feedback Loop for Yahoo Mail).
How long does Postmaster Tools take to show data after domain verification?
Dashboards populate within 24 hours of sending. Some dashboards (like Spam Rate) require a minimum sending volume to display data. If you verified your domain but see nothing after 48 hours, check whether your sending volume to Gmail addresses is high enough to meet the threshold, and confirm the domain matches your DKIM d= or SPF Return-Path domain exactly.
Can I add my domain if I send through an ESP like SendGrid or Mailchimp?
Yes. Add the domain that appears in your DKIM d= header or your Return-Path domain. If your ESP signs mail with their own domain by default, you need to configure custom DKIM signing under your own domain first (most ESPs support this). Once your domain is in the DKIM signature, you can verify and track it in Postmaster Tools.
What happened to the Domain Reputation and IP Reputation dashboards?
Google retired both dashboards in Postmaster Tools v2 (the migration completed in 2025). According to Google’s documentation, the dashboards were removed because “reputation data is not easily actionable for most senders” and the data was slow to reflect behavior changes. The Compliance Status and Spam Rate dashboards now serve as the primary deliverability signals.
My spam rate is below 0.10% but emails are still going to spam. Why?
Postmaster Tools measures user-reported spam rates on mail that reached the inbox. Gmail’s filtering decisions also factor in content signals, IP-level reputation (not shown in v2), list hygiene, and engagement patterns that are invisible in Postmaster Tools. A clean spam rate rules out bulk complaint problems but does not rule out content or infrastructure issues. Check Authentication for full DMARC alignment, review Delivery Errors for throttle codes, and test your content against a spam filter tool.
Do I need Postmaster Tools if I only send transactional email?
Yes, especially if your transactional volume exceeds a few hundred Gmail messages per day. Transactional mail (password resets, receipts, notifications) can still trigger spam complaints, and you need the Spam Rate dashboard to detect if recipients are marking those messages. Transactional senders who fall above the 5,000 messages/day threshold also need to meet Google’s 2024 bulk-sender requirements for authentication and unsubscribe headers.
Can multiple team members access the same domain in Postmaster Tools?
Yes. From the Manage Domains page, open the domain’s settings and add Google account email addresses for each person you want to grant access. Each person must have a valid Google or Google Workspace account. Access is per domain; you will need to add people to each domain separately.
I’ve spent my career building software at scale with a soft spot for email: deliverability, lifecycle campaigns, and getting messages to actually land. I started Coldletter to fix what bugged me about transactional and marketing email tools. I’m based in Vancouver.