Whether your emails land in the inbox or get filtered to spam comes down largely to one thing: sender reputation. Here's a plain-language rundown of what it is and how to build a strong one.
Delivery vs. deliverability
These two terms get confused often, but they answer different questions. Delivery asks whether the receiving server accepted your message at all — if it didn't bounce, delivery succeeded. Deliverability asks where the message actually landed — inbox, promotions tab, or spam folder. It's possible to have excellent delivery and terrible deliverability if everything you send is quietly routed to spam.
What shapes your sender reputation
Mailbox providers assign a rough trust score, generally on a 0–100 scale, based on several signals:
- Spam complaint rate — the share of recipients who mark your mail as spam. Widely-cited industry guidance treats anything above roughly 0.3% as a serious problem, with best practice being to stay under 0.1%.
- Bounce rate — a high hard-bounce rate (commonly cited around 2%+) signals poor list management.
- Engagement — opens, clicks, and replies tell providers your mail is wanted; low engagement reads as a spam signal.
- Spam trap hits — sending to a decoy address is a strong, unambiguous negative signal.
- Sending pattern consistency — steady volume is trusted; sudden spikes are treated with suspicion.
Authentication: the technical foundation
Three protocols form the baseline that mailbox providers now expect from any legitimate sender:
- SPF (Sender Policy Framework) — specifies which servers are authorized to send mail on behalf of your domain. Without it, anyone could claim to send from your domain.
- DKIM (DomainKeys Identified Mail) — adds a cryptographic signature to your outgoing mail so the recipient's server can confirm the content wasn't altered in transit.
- DMARC (Domain-based Message Authentication, Reporting & Conformance) — builds on SPF and DKIM by telling receiving servers what to do when a message fails those checks, and provides visibility into who is sending mail using your domain.
Major mailbox providers have progressively tightened enforcement of these protocols for bulk senders, so treat all three as required rather than optional if you send meaningful volume.
List hygiene matters as much as technical setup
A "dirty" list — full of outdated addresses, typos, and unengaged contacts — drives up both bounce rates and low-engagement signals, both of which damage reputation independently of anything else you do right. Use double opt-in, remove hard bounces immediately, and periodically sunset contacts who haven't engaged in six to twelve months.
Keeping it simple: the essentials
- Set up SPF, DKIM, and DMARC correctly for every sending domain
- Keep your list clean and opt-in only
- Warm up new domains and IPs gradually rather than sending in bulk from day one
- Monitor bounce and complaint rates regularly, not just when something looks wrong
- Check your blacklist status on a recurring schedule
Frequently asked questions
Is sender reputation the same everywhere? No — each mailbox provider calculates its own internal score, so it's possible to look fine on one and poorly on another.
Can good content overcome a poor reputation? Not really — reputation is evaluated largely before content is ever considered, so a damaged reputation undermines even well-written email.