Gradual volume ramp on a new sending domain or mailbox to establish receiver reputation. Receivers track sending reputation per IP, per domain, and per mailbox. Sudden volume from a previously-silent identity looks like a compromised account. Healthy warmup ramps over 21-28 days, prioritizing high-engagement mail (replies, opens to opt-in lists) over cold prospecting. Synthetic warmup networks that simulate engagement are increasingly detected at Gmail and Outlook.
How long a domain has existed. New domains (under 90 days) face a reputation cold-start curve. WHOIS-visible domain age is one of many reputation inputs at major receivers. A 90-day cold-start applies even to fully-authenticated, perfectly-configured new domains — receivers throttle them until enough engagement accumulates. Aged drop-catch domains compress this but carry their own reputation risk if the prior owner abused them.
Sending from a separate domain/subdomain than your corporate mail to protect reputation. Corporate domain (company.com) carries founder, payroll, and customer mail. Sending domain (companyalt.com or mail.companyalt.com) carries cold outbound. A single bad campaign that tanks reputation should not affect inbound payroll. The right boundary is a separate registered domain, not a subdomain — receivers do reputation rollup across subdomains.
Bulk sender requirements
#Gmail/Yahoo Feb 2024 rules: 5000+ msgs/day = SPF + DKIM + DMARC + one-click unsubscribe + spam rate under 0.3%. Took effect February 2024 for senders exceeding 5,000 messages per day to Gmail or Yahoo. Requires SPF, DKIM, and DMARC at p=none or stricter; one-click unsubscribe via List-Unsubscribe-Post (RFC 8058); user-reported spam rate under 0.3% measured via Postmaster Tools; alignment between the From: header and authenticated domains.
RFC 8058 List-Unsubscribe-Post header that lets recipients unsubscribe without leaving their mail client. Required for bulk senders under the Gmail/Yahoo Feb 2024 rules. The List-Unsubscribe header lists an unsubscribe URL; List-Unsubscribe=One-Click is set to enable POST-without-confirmation. Receivers send a POST to the URL on user click; the sender must process it and stop sending within 48 hours (Gmail enforces this strictly).
Gmail's free dashboard exposing per-domain reputation, spam rate, authentication pass rate, and feedback loops. Available at postmaster.google.com after verifying domain ownership via DNS. Surfaces user-reported spam rate (the metric that drives most deliverability problems), domain and IP reputation, authentication pass rates, encryption mode, and inbound spam rate. Most senders never enroll — it's the single highest-ROI deliverability monitoring step.
Smart Network Data Services. Microsoft's equivalent of Postmaster Tools for Outlook/Hotmail reputation. Microsoft's Smart Network Data Services at sendersupport.olc.protection.outlook.com. Reports IP reputation (red/yellow/green status), trap hits, complaint rate. Less granular than Gmail Postmaster but the only window into Microsoft inbox placement.
Categories of SMTP failure: hard (5xx, permanent), soft (4xx, retry), transient, auto-reply. Defined by RFC 5321 (SMTP codes) and RFC 3463 (enhanced status codes). Hard bounces (5xx) indicate permanent failure — the address should be suppressed immediately. Soft bounces (4xx) indicate transient failure and should be retried with backoff. Confusing the two is the most common suppression-list error and the fastest way to burn domain reputation.
A list of mailboxes across Gmail, Outlook, Yahoo, etc. used to measure where a campaign lands. Inbox placement testing services (GlockApps, Inbox Inspector, MailGenius, EmailKarma) maintain seed-list networks across all major receivers. A campaign sent to the seed list reports where each message landed: primary inbox, promotions tab, spam folder, missing. Critical signal that user-side metrics (open rate) hide — opens to spam folder still count as opens.
Gmail's first inbox tab. The target of cold outbound. Gmail sorts inbound mail into Primary, Promotions, Social, Updates, and Forums tabs (when tabs are enabled). Promotions tab placement reduces open and reply rates by ~5x. Primary-tab placement is determined by sender reputation, mail content (signals like images, links, marketing language), and per-recipient engagement history.
Distinguishing legitimate human replies from out-of-office, bounces, and automated responses. Cold email platforms use the In-Reply-To and References headers (RFC 5322) to thread inbound replies, then classify them via heuristics (auto-reply patterns, message length, sender domain). Misclassification causes legitimate replies to be marked as bounces (suppression-list error) or out-of-office to be routed to sales reps (workflow noise).