Winnr now has built-in email warming at $0.60/mailbox/month. Enable it on any mailbox with one click or one API call. No third-party warmup tools, no credential sharing, no toxic pools. You get automated warmup with real-time health scores, inbox rate analytics, smart ramp-up (slow/normal/fast), and full API access — all managed inside your winnr dashboard. Sequencer-bundled warming pools (especially Instantly's) are typically neglected and full of invalid addresses that damage your reputation. Winnr warming gives you dedicated infrastructure + professional warmup in a single platform.
The Problem with Sequencer-Bundled Email Warming
Every cold email sequencer advertises "warming included" as a feature. It sounds like a bonus — one less thing to worry about. But in practice, sequencer-bundled warming is one of the biggest reasons cold email campaigns fail in 2026.
Here's why: warming is not the sequencer's core product. They built a sequencer and bolted on warming as a checkbox feature. The warmup pool is an afterthought — minimally maintained, rarely monitored, and shared with every other user on the platform regardless of their sending practices.
The consequences of bad warming are severe and often invisible:
- Invalid addresses in the pool: Dead domains, non-existent mailboxes, and abandoned accounts pile up with no cleanup. Every warmup email that bounces sends a negative signal to Gmail and Outlook.
- Shared pool contamination: Your accounts warm against the same pool as spammers, scrapers, and users who've been blacklisted. Their bad reputation bleeds into your warming interactions.
- Misleading metrics: The sequencer's dashboard shows green health scores and rising numbers — but the underlying interactions are bounces and failures. Users trust these numbers, start campaigns, and land straight in spam.
- Credential exposure: To use a third-party warming tool, you share your SMTP credentials with another vendor. That's another attack surface, another company storing your passwords, another point of failure.
The worst offender is Instantly. Independent testing (including our own) has found that over 50% of addresses in Instantly's SMTP warmup pool are completely invalid. Using Instantly's warming for SMTP accounts is genuinely worse than not warming at all — you're building a negative reputation history before you send a single real email. Read our full analysis here.
How Winnr Warming Works
Winnr warming takes a fundamentally different approach. Instead of bolting warming onto a sequencer as an afterthought, we built warming directly into the infrastructure layer — where it belongs.
The Architecture Advantage
When you enable warming on a winnr mailbox, here's what happens:
- Zero credential exposure: Your SMTP/IMAP credentials never leave winnr's infrastructure. Warming connects directly to your mailbox server-side — no credentials shared with third parties.
- Automated ramp-up: Warming starts at low volume and gradually increases based on your chosen speed (slow, normal, or fast). This mimics natural human email behavior and builds reputation safely.
- Real engagement signals: Your mailbox exchanges emails with a maintained network of real, active accounts. Messages are opened, replied to, and rescued from spam — generating the positive signals inbox providers use to determine sender trustworthiness.
- Continuous health monitoring: Health scores, inbox rates, spam rates, and daily volumes are tracked automatically and surfaced via the dashboard and API.
One-Click Enable (UI) or One API Call
In the winnr dashboard, select any mailbox and click "Enable Warming." Choose your daily volume and ramp-up speed. Done. Or do it programmatically:
POST https://api.winnr.app/v1/warming/enable
Authorization: Bearer wnr_your_api_key
{
"user_ids": ["user_abc", "user_def", "user_ghi"],
"settings": {
"emails_per_day": 20,
"rampup_speed": "normal"
}
}
// Response:
{
"results": [
{"id": "user_abc", "status": "enabled", "full_address": "sarah@acmeleads.com"},
{"id": "user_def", "status": "enabled", "full_address": "james@acmeleads.com"},
{"id": "user_ghi", "status": "enabled", "full_address": "maria@acmeoutreach.com"}
],
"enabled": 3,
"total": 3
}
That single call enables warming on three mailboxes simultaneously. No exporting CSVs, no creating accounts on another platform, no pasting SMTP credentials into a third-party form.
Configurable Settings
Every mailbox can be configured independently:
- Emails per day: 1 to 20. We recommend 15-20 for optimal reputation building.
- Ramp-up speed: Slow (4+ weeks, safest for new domains), Normal (2-3 weeks, works for most), Fast (1-2 weeks, for aged domains).
- Pause/resume: Temporarily pause warming without losing your campaign state. Resume anytime.
PATCH https://api.winnr.app/v1/warming/{user_id}/settings
Authorization: Bearer wnr_your_api_key
{
"emails_per_day": 15,
"rampup_enabled": true,
"rampup_speed": "slow"
}
Real-Time Analytics
Every metric that matters for email deliverability is tracked and available via dashboard or API:
GET https://api.winnr.app/v1/warming/overview
Authorization: Bearer wnr_your_api_key
// Response:
{
"total_mailboxes": 50,
"active": 48,
"paused": 2,
"problems": 0,
"avg_health_score": 91.4,
"avg_inbox_rate": 95.1,
"total_sent_today": 847,
"total_replies_today": 339,
"monthly_cost": 30.00
}
Per-mailbox daily metrics:
GET https://api.winnr.app/v1/warming/{user_id}/metrics?days=30
// Response:
{
"data": [
{"date": "2026-03-01", "sent": 18, "inbox": 17, "spam": 1, "replies": 7, "inbox_rate": 94.4},
{"date": "2026-03-02", "sent": 19, "inbox": 19, "spam": 0, "replies": 8, "inbox_rate": 100.0},
{"date": "2026-03-03", "sent": 20, "inbox": 19, "spam": 1, "replies": 9, "inbox_rate": 95.0}
]
}
Activity feed showing every warming interaction:
GET https://api.winnr.app/v1/warming/{user_id}/activity
// Response:
{
"data": [
{"timestamp": "2026-03-05T14:23:00Z", "type": "reply", "email": "contact@warmpool.net", "subject": "Re: Quick question", "landed_in": "inbox", "direction": "received"},
{"timestamp": "2026-03-05T13:45:00Z", "type": "sent", "email": "info@warmpool.org", "subject": "Following up", "landed_in": "inbox", "direction": "sent"}
]
}
Why Infrastructure-Level Warming Is Superior
The fundamental difference between winnr warming and sequencer-bundled warming comes down to where warming sits in the stack. Here's why that matters:
1. Your Credentials Stay Private
With third-party warming tools (Mailivery, Instantly, Warmbox, etc.), you must share your SMTP username and password with another company. That's a security risk, a compliance concern, and a single point of failure. If the warming provider gets breached, your email credentials are exposed.
With winnr warming, your credentials never leave winnr's servers. Warming runs server-side on the same infrastructure that hosts your mailbox. Nothing is shared externally.
2. No Toxic Pool Contamination
Sequencer warmup pools are a communal resource shared by every user — including spammers, scrapers, and accounts that have been blacklisted. Their bad sending behavior contaminates the pool, and your accounts absorb the damage through association.
Winnr's warming network is a maintained ecosystem. Accounts are monitored, DNS records are checked, dead addresses are removed, and problematic senders are excluded. The quality of the warming interactions your mailboxes receive is controlled.
3. Single Platform, Single Bill, Single Dashboard
The typical cold email stack looks like this: infrastructure provider + warmup tool + sequencer + analytics dashboard + maybe an inbox rotation tool. Each has its own login, its own billing, its own support channel, its own way of reporting metrics. When something goes wrong, you're debugging across four different platforms.
With winnr warming, infrastructure and warming are one product. One dashboard shows your mailboxes, their warming status, health scores, inbox rates, and activity feeds. One API manages everything. One bill covers it all. When a mailbox has a deliverability issue, you see the warming data and the sending data in the same place.
4. Warming Knows Your Infrastructure
Because winnr controls both the infrastructure and the warming, we can optimize in ways third-party tools can't. Warming automatically uses the correct SMTP/IMAP settings for your mailbox instance. DNS authentication (SPF, DKIM, DMARC) is verified before warming starts. If there's an infrastructure issue, warming pauses automatically instead of sending into a broken configuration.
Winnr Warming vs. The Competition
Here's how winnr warming compares to the alternatives people typically use:
Winnr Built-In Warming
- $0.60/mailbox/month — no minimum, no tiers
- One-click enable, zero setup
- Credentials never leave winnr's servers
- Maintained warming network
- Health score, inbox rate, activity feed
- Full API access for automation
- Same dashboard as your mailboxes
- Available on all winnr plans including free
Sequencer-Bundled Warming (Instantly, etc.)
- "Free" but you pay $4+/mailbox for the infrastructure
- SMTP credentials shared with third party
- 50%+ invalid addresses in pool (Instantly SMTP)
- Zero pool maintenance or quality control
- Misleading health metrics
- No API access to warming data
- Separate platform to manage
- Lock-in: need their warmup = need their mailboxes
| Feature | Winnr Warming | Instantly Warming | Standalone Tool (Mailivery) |
|---|---|---|---|
| Price | $0.60/mailbox/mo | "Included" ($4+/mailbox infra) | $79-149/mo flat |
| Setup | One click / one API call | Automatic (with their mailboxes) | Manual SMTP/IMAP entry |
| Credential sharing | None (server-side) | Within Instantly | Shared with third party |
| Pool quality | Maintained network | 50%+ invalid (SMTP) | Varies by provider |
| Health score | Yes (0-100) | Yes (unreliable) | Yes |
| Inbox rate tracking | Yes | Limited | Yes |
| Activity feed | Yes | No | Yes |
| API access | Full REST API | No | Yes |
| Ramp-up control | Slow / Normal / Fast | Automatic only | Varies |
| Max emails/day | 20 | 40 | Varies |
| Integrated with infra | Yes (same platform) | Yes (locked in) | No (separate vendor) |
The Real Cost of "Free" Warming
Instantly advertises warming as "included" with their plans. That sounds great until you realize the total cost of their ecosystem:
| Setup | Instantly | Winnr |
|---|---|---|
| 50 mailboxes + warming | $200/mo infra + $97 sequencer = $297/mo | $69/mo infra + $30 warming = $99/mo |
| 200 mailboxes + warming | $800/mo infra + $97 sequencer = $897/mo | $189/mo infra + $120 warming = $309/mo |
| Pool quality | 50%+ invalid addresses | Maintained warming network |
| Credential security | Shared within platform | Never leaves winnr servers |
At 200 mailboxes, winnr with full warming costs $309/month vs Instantly's $897/month — and you get dedicated IPs, maintained warming, and full API control. The "free" warming comes at a 3x markup on infrastructure that's lower quality.
How to Get Started with Winnr Warming
Getting warming running takes less than 5 minutes:
Option 1: Dashboard (No Code)
- Sign up at app.winnr.app and provision your domains and mailboxes.
- Go to the Warming page in your dashboard.
- Select mailboxes and click "Enable Warming."
- Choose settings: daily volume (up to 20) and ramp-up speed.
- Monitor health scores — when they hit 85+ with inbox rates above 90%, start sending.
Option 2: API (Full Automation)
# Enable warming on all active mailboxes
POST https://api.winnr.app/v1/warming/enable
Authorization: Bearer wnr_your_api_key
{
"user_ids": ["id1", "id2", "id3", "id4", "id5"],
"settings": {
"emails_per_day": 20,
"rampup_speed": "normal"
}
}
# Check overall warming health
GET https://api.winnr.app/v1/warming/overview
Authorization: Bearer wnr_your_api_key
# Adjust settings for a specific mailbox
PATCH https://api.winnr.app/v1/warming/{user_id}/settings
Authorization: Bearer wnr_your_api_key
{"emails_per_day": 15, "rampup_speed": "slow"}
# Pause warming on a specific mailbox
POST https://api.winnr.app/v1/warming/{user_id}/pause
Authorization: Bearer wnr_your_api_key
# Resume warming
POST https://api.winnr.app/v1/warming/{user_id}/resume
Authorization: Bearer wnr_your_api_key
# Disable warming (stops billing immediately)
POST https://api.winnr.app/v1/warming/disable
Authorization: Bearer wnr_your_api_key
{"user_ids": ["id1", "id2"]}
Best Practices for Winnr Warming
Follow these guidelines to maximize the effectiveness of your warming:
- Warm for 2-4 weeks before sending cold email. New domains need at least 3-4 weeks. Aged domains with some history can get by with 2 weeks on normal ramp-up.
- Use 15-20 warming emails per day. This is the sweet spot for building reputation without appearing unnatural to inbox providers.
- Never turn warming off once you start sending. Keep warming running alongside cold campaigns. The positive engagement signals from warming counterbalance the lower engagement rates of cold outreach and protect your sender reputation.
- Monitor health scores weekly. Use the warming overview endpoint or dashboard to spot trends. A declining health score means something is wrong — investigate before it impacts your campaigns.
- Use slow ramp-up for brand new domains. New domains have zero history. Fast ramp-up on a new domain can trigger spam filters. Be patient — it pays off.
- Automate health-based mailbox rotation. If you're building a custom sequencer, use the warming API to pull health scores and only send cold email from mailboxes with scores above 85. Automatically rotate out declining accounts.
Warming API Quick Reference
Full API documentation is available at app.winnr.app/docs. Here's the complete warming endpoint reference:
| Endpoint | Method | Description |
|---|---|---|
GET /v1/warming | GET | List all warming-enabled mailboxes with current status |
GET /v1/warming/overview | GET | Account-level aggregate stats (health, inbox rate, volume, cost) |
POST /v1/warming/enable | POST | Enable warming on one or more mailboxes |
POST /v1/warming/disable | POST | Disable warming and stop billing |
POST /v1/warming/{id}/pause | POST | Pause warming (keeps campaign state) |
POST /v1/warming/{id}/resume | POST | Resume a paused warming campaign |
PATCH /v1/warming/{id}/settings | PATCH | Update volume (1-20/day) and ramp-up speed |
GET /v1/warming/{id}/metrics | GET | Daily metrics for up to 90 days |
GET /v1/warming/{id}/activity | GET | Paginated activity feed of warming interactions |
POST /v1/warming/refresh | POST | Force-refresh metrics from warming network |
Frequently Asked Questions
What is email warming and why do I need it?
Email warming is the process of gradually building sender reputation for a new email account by exchanging real emails with a network of trusted accounts. Inbox providers like Gmail and Outlook use engagement signals (opens, replies, mark-as-important) to decide whether your emails reach the inbox or spam folder. Without warming, new mailboxes have zero reputation and cold emails will land in spam.
How much does Winnr email warming cost?
$0.60 per mailbox per month. No tiers, no hidden fees, no minimum commitment. Available on every winnr plan including the free plan. First month is prorated — you only pay for days remaining. Examples: 50 mailboxes warming = $30/month. 200 mailboxes = $120/month.
How long does email warming take?
Typically 2-4 weeks depending on domain age and ramp-up speed. New domains should warm for at least 4 weeks on slow or normal ramp-up. Aged domains with some existing reputation can use fast ramp-up and be ready in 1-2 weeks. Monitor your health score — when it reaches 85+ with an inbox rate above 90%, you're ready to start sending.
How is Winnr warming different from Instantly's warming?
Winnr warming is built into your infrastructure provider, so your SMTP credentials never leave winnr's servers. Instantly's SMTP warmup pool has over 50% invalid addresses that actively damage your sender reputation through bounces. Winnr warming uses a maintained warming network with real, active accounts. Instantly's pool has zero maintenance and no quality control.
Do I need a third-party warming tool with Winnr?
No. Winnr's warming is fully built-in. You don't need Mailivery, Instantly, or any other warming service. Enable warming on any mailbox with one click in the dashboard or one API call. Everything — infrastructure, warming, analytics — is managed in a single platform with a single bill.
Can I still use a third-party warming tool if I prefer?
Yes. Winnr mailboxes work with any warming tool that supports SMTP/IMAP. If you already use Email Bison, Plusvibe, or Mailivery and prefer their pool, you can continue using them. Winnr's built-in warming is simply the easiest option since it requires no setup, no credential sharing, and no separate bill.
Should I keep warming running while sending cold email?
Yes, absolutely. Running warming alongside your cold email campaigns maintains the positive engagement signals that protect your sender reputation. The warmup interactions act as a counterbalance to the lower engagement rates typical of cold outreach. Never turn warming off once you start sending — it's your reputation insurance.
What warming metrics does Winnr track?
Health score (0-100), inbox placement rate, spam rate, daily emails sent and received, reply counts, and a detailed activity feed showing every warming email. Metrics refresh automatically every 4 hours with on-demand refresh available via API or dashboard.
Is warming available on the free plan?
Yes. Email warming is available as an add-on on every winnr plan — Free, Startup ($69/mo), and Enterprise ($189/mo). You just pay $0.60 per warmed mailbox per month, billed on your existing subscription.
Start Warming Today
Email warming shouldn't require a separate vendor, a separate login, or sharing your credentials with another company. Winnr warming is built into the same platform that provisions your mailboxes, configures your DNS, and sends your emails. One API. One dashboard. One bill.
At $0.60/mailbox/month, it's the most affordable professional warming available — and the only option that keeps your credentials completely private. Whether you use the dashboard or the API, enabling warming takes seconds, not setup sessions.
Your sender reputation is the foundation of every cold email campaign you run. Don't trust it to a neglected warmup pool bundled as an afterthought. Warm with the same platform that powers your infrastructure — it's simpler, safer, and cheaper.