Sender Reputation — What It Is and How to Improve It
What is sender reputation
Every domain and IP address you send email from carries a score with email providers — your sender reputation. This score determines whether your messages reach the recipient's inbox or end up in spam.
Reputation isn't something you set up once and forget. Providers like Gmail, Outlook, and Yahoo calculate it continuously based on your sending history, recipient behavior, and technical configuration of your domain.
Two types of reputation: domain and IP
Mail servers evaluate reputation on two levels:
- Domain reputation — tied to your domain (e.g.,
example.com) regardless of which IP address sends the email. When you switch email service providers, domain reputation follows you. - IP reputation — tied to the specific IP address of the sending server. With shared IPs (common with cloud services), you share reputation with other senders on the same address.
In 2024, Google and Yahoo strengthened the focus on domain reputation through stricter DMARC and alignment enforcement. Domain reputation now carries more weight than IP — but both influence each other.
What affects reputation
Providers evaluate a combination of factors. No single factor is decisive — the overall picture matters.
Spam complaint rate
The strongest negative signal. When recipients hit the "spam" button on your emails, providers treat it as a clear indicator of unwanted mail.
- Gmail recommends keeping complaint rates below 0.1%
- Exceeding 0.3% leads to delivery throttling or blocking
- Microsoft and Yahoo track the same metric, though they don't publish specific thresholds
Bounce rate
Sending to non-existent addresses signals a low-quality recipient list.
- Hard bounces (permanent delivery failure) should stay below 1%
- Exceeding 2% degrades reputation and risks blacklisting
- Soft bounces (temporary issues — full mailbox, server unavailable) have less impact, but repeated soft bounces to the same address count
Recipient engagement
Positive signals — opening emails, clicking links, moving messages out of spam — strengthen reputation. Negative signals — deleting without reading, ignoring — weaken it.
Email authentication
Correctly configured SPF, DKIM, and DMARC records are a baseline requirement for good reputation. Without authentication, providers cannot distinguish your emails from spoofed messages.
Sending volume and consistency
A sudden spike in volume — from 50 emails per day to 5,000 — triggers suspicion. Providers expect gradual, predictable sending patterns.
Spam trap hits
Spam traps are email addresses operated by providers or anti-spam organizations that never belonged to real users (or were recycled from inactive accounts). Sending to one is direct evidence that your recipient list contains low-quality data.
How to check your domain reputation
Google Postmaster Tools
Google Postmaster Tools is a free tool that shows how Gmail evaluates your domain. After verifying your domain, you'll see:
- Domain reputation — four levels: High, Medium, Low, Bad
- IP reputation — the same four levels for individual IP addresses
- Spam complaint rate — percentage of emails marked as spam by recipients
- Authentication results — what percentage of emails passed SPF, DKIM, and DMARC checks
Reputation levels in Google Postmaster Tools:
| Level | Meaning |
|---|---|
| High | Very low spam rate, full compliance with Gmail's guidelines. Emails deliver reliably. |
| Medium | Mostly quality sender with occasional fluctuations. Good deliverability, but not guaranteed. |
| Low | Regular spam issues. Most emails will be filtered. |
| Bad | History of massive spam sending. Emails don't deliver. |
DMARC reports
DMARC aggregate reports provide an overview of how mail servers evaluate your emails. They show SPF and DKIM check results, alignment status, and overall authentication state for each sending IP address.
Set up a reporting address in your DMARC record:
v=DMARC1; p=none; rua=mailto:example.com@rua.spfmonitor.com,mailto:dmarc@example.com
SPF Monitor automatically processes and visualizes these reports — no need to manually parse XML files.
Blacklists
Check whether your IP address or domain appears on public blacklists. The most widely used:
- Spamhaus — SBL (spam), XBL (malware), DBL (domains)
- Barracuda — BRBL
- SORBS — spam, open relay
Being blacklisted significantly reduces deliverability. Removal requires resolving the root cause and submitting a delisting request to the specific blacklist operator.
How to improve reputation
1. Set up complete authentication
Without SPF, DKIM, and DMARC, good reputation is impossible. Verify that:
- Your SPF record covers all legitimate sending servers
- Your DKIM signature is valid and the key in DNS hasn't expired
- Your DMARC record is present with at least a
p=nonepolicy and a reporting address configured
2. Maintain a clean recipient list
- Remove hard bounces immediately — never resend to an address that returned a permanent error
- Regularly remove inactive recipients (haven't opened an email in 6–12 months)
- Use double opt-in for new subscribers
- Never use purchased or scraped lists — they almost certainly contain spam traps
3. Monitor complaint rates
If complaint rates are rising:
- Verify you're only sending to recipients who opted in
- Ensure unsubscribe works reliably with a single click
- Reduce sending frequency — too many emails lead to complaints
- Segment lists and send more relevant content
4. Gradual volume increase (IP warmup)
When switching to a new IP address or email service provider:
- Weeks 1–2: send only to your most engaged recipients (opened/clicked in the last 30 days), maximum a few hundred emails per day
- Weeks 3–4: expand to recipients active in the last 60 days, double volume every 2–3 days
- Week 5+: gradually add the rest of your list, continuously monitoring bounce rates and complaints
During warmup, monitor metrics closely. If bounce rate exceeds 2% or complaints exceed 0.1%, slow down.
5. Monitor continuously
A one-time check isn't enough. Reputation changes continuously — an expired DKIM key, a new sending service, or a DNS record change can disrupt it at any time.
- Set up DMARC reports and review them regularly
- Check Google Postmaster Tools at least weekly
- After any change to your email infrastructure, verify your SPF, DKIM, and DMARC records
How long does reputation recovery take
It depends on the severity of the issue and the type of reputation:
- IP reputation typically recovers in 2–4 weeks of consistent, quality sending
- Domain reputation requires 6–12 weeks — providers change it more slowly because it's harder to "reset" by switching infrastructure
- Changes in Google Postmaster Tools usually appear within 1–2 days after adjusting sending practices
The key is to eliminate the root cause (low-quality list, missing authentication, high complaints) and then send consistently and predictably. Reputation cannot be fixed with a one-time cleanup — it requires a systematic approach.