The sum of everything
Deliverability is the bottom line: consistently landing in the inbox rather than the spam folder or a rejection. It is not a single setting. It is the culmination of every factor in this course working together:
- Technical: authentication, infrastructure, and correct configuration.
- Reputation: sender history, IP and domain reputation.
- Content: message quality, relevance, and engagement.
- List hygiene: clean recipient lists and proper bounce handling.
Providers constantly improve their spam filters, which is a challenge even for legitimate senders. A few mechanics deserve their own attention.
Bounces
A hard bounce is a permanent failure: an invalid address or a domain that does not exist. Remove these from your list immediately. Continuing to send to them signals a sender who never cleans house.
A soft bounce is temporary: a full mailbox or a server briefly down. Retry, but drop the address after several consecutive failures.
Keep hard bounce rates below 2 percent and total bounce rates below 5 percent to maintain good deliverability.
Feedback loops
Most large providers (Gmail, Yahoo, Microsoft, AOL, and others) offer feedback loops (FBLs). When a recipient marks your message as spam, the provider notifies you so you can remove that person from your list. Register for them.
Keep your complaint rate below 0.1 percent, which is one complaint per thousand emails. It sounds tiny because it is; complaints are expensive.
Throttling and rate limiting
Sending too much too fast trips rate limits at receiving servers, causing temporary blocks or deferrals. Throttling, deliberately pacing your sends, matters because it:
- Avoids overwhelming receiving servers.
- Reduces the risk of being flagged as a spammer.
- Produces cleaner delivery data to monitor.
- Keeps sending patterns consistent.
In practice: implement rate limiting in your infrastructure, adjust to each domain’s limits, retry temporary failures sensibly, and raise volume gradually when warming up an IP.
Best-practice checklist
Technical setup
- Implement SPF, DKIM, and DMARC.
- Set up reverse DNS (PTR) records.
- Use consistent sending infrastructure.
- Monitor blacklists and address listings promptly.
- Use TLS for transmission.
List management
- Use double opt-in for new subscribers.
- Clean lists regularly and remove inactive subscribers after re-engagement attempts.
- Process unsubscribes immediately.
- Segment lists for better targeting.
Sending practices
- Maintain consistent volumes and frequencies.
- Warm up new IPs properly.
- Test before sending to large audiences.
- Use a recognizable sender name and reply-to address.
Content
- Create relevant, valuable content.
- Avoid spam trigger words and excessive punctuation.
- Keep a good text-to-image ratio and mobile-friendly design.
- Include a clear unsubscribe option.