← All articles

Google Postmaster Tools: Monitor Your Email Reputation

You spend time crafting your transactional emails, setting up SPF, DKIM, and DMARC, warming up your IP — then an important password reset lands in someone's spam folder. What happened?

Without visibility into how Gmail evaluates your sending domain, you're flying blind. Google Postmaster Tools is the only way to see your reputation from Gmail's perspective — not what your ESP reports, but what Google actually sees.

What Google Postmaster Tools Is

Google Postmaster Tools is a free dashboard provided by Google that shows metrics about email you send to Gmail addresses. It covers spam rates, domain and IP reputation, authentication results, encryption, and delivery errors.

Gmail accounts for over 30% of email users worldwide. If you send transactional email — password resets, invoices, shipping notifications — a significant portion of your recipients are on Gmail. Postmaster Tools is your window into whether those emails reach the inbox or disappear into spam.

The tool updated to a V2 interface in late 2025, shifting focus from vague reputation grades to binary compliance checks and spam rate tracking. This aligns with Google's stricter sender requirements that took effect in 2024.

Setting Up Postmaster Tools

Setup takes about 10 minutes, though data needs 24–48 hours to populate.

Step 1: Verify Your Domain

  1. Go to gmail.com/postmaster and sign in with a Google account
  2. Click the + button in the bottom right corner
  3. Enter the domain you send email from (e.g., notifications.yourdomain.com)
  4. Google generates a TXT record — copy it

Step 2: Add the DNS Record

Add the TXT record to your domain's DNS. The exact steps depend on your DNS provider, but the record looks like this:

@  TXT  "google-site-verification=abc123..."

If you're using EuroMail, you already have DNS records for SPF, DKIM, and DMARC. This verification record sits alongside those — it doesn't interfere with authentication.

Step 3: Verify and Wait

Click Verify in Postmaster Tools. DNS propagation typically takes a few minutes, but can take up to 48 hours.

Once verified, data starts appearing after Google processes enough messages from your domain. You need a minimum volume of roughly 100–200 daily emails to Gmail for dashboards to populate — Google suppresses metrics below this threshold to protect recipient privacy.

Adding Team Members

You can grant access to other people on your team. In Postmaster Tools, select your verified domain, click the settings icon, and add their Google account email. They'll get read access to all dashboards.

The Dashboards

Postmaster Tools provides seven dashboards. Here's what each one tells you and what to watch for.

Compliance Status

This is the first dashboard you should check. It shows whether you meet Google's sender requirements:

RequirementWhat it checks
SPFValid SPF record exists and emails pass SPF checks
DKIMEmails are signed with a valid DKIM signature
From header alignmentYour From domain matches your SPF/DKIM domain
DMARCA DMARC policy is published (at minimum p=none)
TLS encryptionEmails are sent over an encrypted connection
Spam rateBelow 0.3% for bulk senders (5,000+ daily emails)

Bulk senders also need to support one-click unsubscribe via a List-Unsubscribe header.

For transactional email, most of these should pass automatically if your provider handles authentication correctly. If you see failures here, fix them before looking at any other dashboard.

Spam Rate

This is the single most important metric. It shows the percentage of your emails that Gmail users mark as spam, relative to the total delivered to the inbox.

Thresholds:

  • Below 0.10% — Good. You're in a healthy range.
  • 0.10% – 0.30% — Warning. Investigate which emails are generating complaints.
  • Above 0.30% — Critical. Gmail may start throttling or rejecting your messages.

The dashboard also accounts for messages users rescue from spam (mark as "not spam"), which can offset your reported rate.

For transactional email, a high spam rate usually means one of two things: your emails look like marketing to the recipient, or your From address is shared with promotional campaigns. Keep transactional and marketing email on separate domains or subdomains.

Domain Reputation

Gmail assigns your sending domain a reputation rating based on how recipients interact with your mail:

  • High — Emails are consistently delivered to the inbox
  • Medium — Mostly delivered, but some may be filtered
  • Low — Significant portion goes to spam
  • Bad — Most emails are rejected or sent to spam

Domain reputation is built over time. Sudden volume spikes, high spam rates, or authentication failures can drop it quickly. Recovery is gradual — consistent, authenticated, low-complaint sending is the only way back.

IP Reputation

Similar to domain reputation, but evaluated per IP address. This matters if you're on dedicated IPs or if your provider uses shared IP pools.

The dashboard shows a stacked bar chart of traffic distribution across reputation levels. You want to see mostly green (High) and some yellow (Medium). Red (Low/Bad) bars indicate problems with specific IPs.

If you're on shared infrastructure, IP reputation is partly outside your control — your provider's sending practices across all customers affect it. This is why choosing a provider with strict anti-abuse policies matters.

Authentication

This dashboard shows pass rates for SPF, DKIM, and DMARC across all messages sent to Gmail:

  • SPF pass rate — Percentage of messages where the sending IP matches your SPF record
  • DKIM pass rate — Percentage of messages with a valid DKIM signature
  • DMARC pass rate — Percentage of messages that pass DMARC alignment (SPF or DKIM aligned with the From domain)

All three should be at or near 100%. If they're not:

  • Low SPF — Check that all sending IPs are included in your SPF record. Watch for include chains that exceed the 10-lookup limit.
  • Low DKIM — Verify your DKIM key is published correctly and your provider is signing every message.
  • Low DMARC — Usually caused by SPF/DKIM misalignment. Ensure the domain in your From header matches the domain authenticated by SPF or DKIM.

Encryption

Shows the percentage of your emails sent using TLS encryption. In 2026, this should be 100% — any modern email provider sends over TLS by default.

If you see anything below 100%, something is misconfigured in your sending infrastructure.

Delivery Errors

Lists specific error codes and rejection reasons when Gmail refuses your messages. Common errors include:

  • Rate limit exceeded — You're sending too fast. Implement gradual sending and backoff.
  • Suspected spam — Content or reputation triggers. Check your spam rate and domain reputation.
  • Bad reputation — IP or domain reputation too low. Focus on authentication and reducing complaints.
  • DMARC policy — Your own DMARC policy caused the rejection (e.g., p=reject with failing authentication).

This dashboard is your diagnostic tool when you notice delivery drops — it tells you exactly why Gmail rejected specific messages.

A Practical Monitoring Routine

You don't need to check Postmaster Tools every hour. Here's a reasonable cadence:

Weekly:

  • Check spam rate trend — is it stable, rising, or falling?
  • Verify authentication pass rates are still at 100%
  • Glance at domain reputation for any changes

After changes:

  • New sending domain or subdomain? Monitor compliance status daily for the first week
  • Changed DNS records? Verify authentication pass rates within 48 hours
  • Increased sending volume? Watch IP reputation and delivery errors

When something breaks:

  • Delivery rate drops → Check delivery errors dashboard first
  • Complaints increase → Check spam rate, then review recent email content
  • Authentication failures → Check authentication dashboard, then verify DNS records

Postmaster Tools and EuroMail

If you're using EuroMail, your email authentication is handled automatically — SPF, DKIM, and DMARC are configured during domain setup. Your compliance status dashboard should show all green checks from day one.

Postmaster Tools complements this by giving you ongoing visibility. EuroMail handles the sending infrastructure; Postmaster Tools shows you how Gmail evaluates the result. Together, they give you full control over your transactional email deliverability.

Setting up Postmaster Tools for your EuroMail sending domain takes the same 10 minutes described above. Add the verification TXT record alongside your existing SPF and DKIM records, and you'll have direct insight into how your email performs at Gmail's front door.

Start sending GDPR-compliant email today

Create a free account and send your first email in minutes. All data stored in Finland, full GDPR compliance included.

Create Free Account Read the Docs

Or subscribe for tutorials and product updates. No spam.