Deliverability & Infra

Warming Up A New Sending IP The Right Way

The Mythic Intel Team · Jun 16, 2025 · 6 min read

Warming up a new sending IP means starting at very low volume and ramping over several weeks, sending to your most engaged recipients first, while you watch the reputation signals that tell you whether receivers are accepting the increase. The reason is simple: a brand new IP has no sending history, and a fresh IP that goes from zero to a million messages overnight looks exactly like a compromised host or a snowshoe spammer. Receivers distrust silence that suddenly becomes volume. A patient ramp gives mailbox providers time to build a positive reputation around your traffic before you push real volume through it.

There is no single universal warmup schedule. Anyone who hands you a fixed table and calls it "the" schedule is selling certainty that does not exist. The right ramp depends on your target daily volume, the engagement of your list, the provider mix you send to, and how the early days actually go. What is universal is the shape: start small, increase gradually, lead with engagement, and let the signals gate each step up.

Why receivers care about the ramp

Inbox placement is governed by reputation, and reputation is built from observed behavior over time. A new IP is a blank slate. The first messages you send through it teach Gmail, Yahoo, and Microsoft what kind of sender you are: do recipients open and reply, or do they delete unread and mark spam? Engagement is now the dominant input into that judgment, which is why warmup leads with your best recipients.

A sudden volume spike on a coldly-reputationed IP triggers the throttling and deferral machinery directly. Gmail will hand you 4.7.x defers under reputation pressure rather than accept the flood. Push harder against those defers and you make the reputation worse, not better. The ramp exists precisely to stay underneath that throttle while the positive signal accumulates.

The shape of a sane ramp

Treat the numbers below as a representative starting point, not gospel. A common pattern over four to eight weeks:

  • Week 1: a few thousand per day at most, to your single most engaged segment (recent openers, recent purchasers, people who replied). Per the typical guidance, healthy week-one signals are open rate comfortably positive, bounce rate under 1 percent, and effectively zero complaints.
  • Each subsequent day or two: increase volume by roughly 50 to 100 percent, but only if the prior step's signals held.
  • Expand the audience outward from most engaged to less engaged as the IP earns trust, never the reverse.
  • Maintain a consistent daily rhythm. Sending three days then skipping two reads as erratic; a predictable cadence reads as a real, operating sender.

Split the ramp per receiver where you can. Gmail, Microsoft, and Yahoo each run their own reputation systems, so a volume that is fine at Gmail may trip Microsoft's throttle. Watching per-domain acceptance lets you slow one stream without stalling the rest.

Authenticate before the first message

Warmup assumes the authentication stack is already correct on day one. SPF, DKIM, and DMARC must all pass before you send a single warmup message, because authentication failures during warmup poison the exact reputation you are trying to build. Confirm DKIM signs and verifies, SPF includes the sending IP, and DMARC is published and aligned.

v=spf1 ip4:203.0.113.10 -all
default._domainkey.example.com.  TXT  "v=DKIM1; k=rsa; p=MIGfMA0GCSq..."
_dmarc.example.com.              TXT  "v=DMARC1; p=none; rua=mailto:[email protected]"

Start DMARC at p=none while you collect aggregate reports and confirm alignment, then move toward quarantine and reject once the data is clean.

Watch these signals, gate every step on them

The whole point of warming slowly is that you can stop or slow down the instant a signal turns. Watch, at minimum:

  • Spam complaint rate. Keep it well under the 0.3 percent ceiling that Google and Yahoo set in their bulk-sender requirements. A spike here means slow down or stop.
  • Bounce rate. A clean list bounces low; a climbing hard-bounce rate during warmup says your list is stale and you are training a bad reputation.
  • Deferrals and 4.7.x codes. Rising reputation defers from a provider mean you are pushing volume faster than that provider trusts. Hold the volume flat for that stream until it clears.
  • Inbox versus spam placement, via seed tests and provider postmaster dashboards.

Google's Postmaster Tools gives you domain and IP reputation, spam rate, and authentication results for your Gmail traffic once you clear their volume floor. Treat that dashboard as the scoreboard for the Gmail portion of the ramp.

# verify the ramp is moving and not deferring, on the sending host
grep "status=deferred" /var/log/mail.log | grep -c "google.com"
grep "status=sent"     /var/log/mail.log | grep -c "google.com"

If the deferred-to-sent ratio for a given receiver climbs as you increase volume, that receiver is telling you to ease off. Listen.

Common ways warmup goes wrong

The frequent failures are predictable. Ramping too fast and treating defers as something to retry harder. Warming the IP but ignoring that the domain reputation is also new and being judged in parallel. Sending the cold, least-engaged part of the list first because it is the biggest, which generates the worst early signal. Pausing mid-ramp and breaking the cadence. And skipping authentication, so every warmup message lands as unauthenticated and trains the receiver to distrust you.

Saying it out loud

In an interview: "There is no universal warmup schedule, only a universal shape. I start at low volume on a fresh IP because receivers distrust silence that suddenly becomes high volume, and I send to the most engaged recipients first to generate the open-and-reply signal that drives reputation. I ramp by roughly 50 to 100 percent per step, gated on the signals: complaint rate under 0.3 percent, low bounces, and watching for 4.7.x reputation defers per receiver. I keep a consistent daily cadence, I confirm SPF, DKIM, and DMARC pass before the first send, and I read Postmaster Tools as the Gmail scoreboard. If a provider starts deferring, that is the ramp telling me to hold flat, not to push harder." That answer shows you treat warmup as a reputation-building feedback loop, not a countdown to full volume.

your turn

Stop reading about interviews. Start training for yours.