Email Specs

Email Deliverability Checklist

Deliverability is mostly an infrastructure problem that marketers inherit. This is the checklist I run before any new sending domain goes live, and again whenever inbox placement drops.

Authentication requirements
RecordWhat it doesStatus for bulk senders
SPFAuthorizes sending IPs for your domainRequired
DKIMCryptographically signs your messagesRequired
DMARCTells receivers what to do on failureRequired, p=none is acceptable to start
Reverse DNSMaps sending IP back to a hostnameRequired for your own IPs
TLS on transmissionEncrypts the connectionRequired
Gmail and Yahoo bulk sender rules
RequirementDetail
Applies toSenders of roughly 5,000 or more messages per day to those providers
One click unsubscribeList-Unsubscribe and List-Unsubscribe-Post headers
Unsubscribe processingHonoured within 2 days
Spam complaint rateKeep below 0.3 percent, aim under 0.1 percent
Domain alignmentFrom domain must align with SPF or DKIM
List hygiene and content checks
CheckTarget
Hard bounce rateUnder 2 percent
Inactive suppressionSuppress after 6 to 12 months of no engagement
Purchased listsNever send to them
Plain text alternativeAlways include a text part
Link domainsUse your own tracking domain, avoid public shorteners
New domain warmupRamp volume over 4 to 6 weeks

Notes

Authentication gets you eligibility, engagement gets you the inbox. Once SPF, DKIM and DMARC pass, the variable that determines placement is how recipients behave: opens, replies, moves out of spam, and above all the absence of complaints. Sending less to people who want it beats sending more to everyone.

The single highest impact hygiene change most senders can make is suppressing long term inactives. It feels like shrinking the list, but complaint rate and spam trap risk both concentrate there, and inbox placement for the remaining audience typically improves within a few sends.

Complaint rate is a hard ceiling, not a soft target. Gmail's threshold is 0.3 percent and crossing it can throttle an entire domain's mail, so put a visible unsubscribe link at the top as well as the bottom. People who cannot find unsubscribe press the spam button instead.

Provider requirements have tightened repeatedly since the 2024 Gmail and Yahoo changes, and enforcement details continue to evolve. Read Google's sender guidelines and Yahoo's postmaster documentation directly before making infrastructure decisions.

Frequently asked questions

Do I need DMARC if I already have SPF and DKIM?

Yes. Bulk senders to Gmail and Yahoo are required to publish a DMARC policy. Starting at p=none lets you collect reports without affecting delivery, then tighten once alignment is clean.

How do I know if I am in spam?

Seed testing across major providers, plus Google Postmaster Tools for Gmail specific reputation and complaint data. Open rate alone will not tell you, especially with Apple's privacy protection inflating it.

Should I use a subdomain for marketing email?

Yes. Sending marketing from a subdomain isolates its reputation from your transactional and corporate mail, so a bad campaign does not take down your invoices.

Official sources

Platforms change specifications without notice. Check the primary documentation before a launch that depends on an exact value.

Read next

You might also like

Ranked by how closely each page overlaps with this one, using a similarity model over the whole library.

More Email Specs