Tools

Compare to

Unlimited email inboxes for cold email agencies: Deliverability benchmarks & best practices

Unlimited email inboxes for cold email agencies: Deliverability benchmarks & best practices

Cold Emailing

Kidous Mahteme
Kidous Mahteme
CEO and co-founder
Unlimited email inboxes for cold email agencies: Deliverability benchmarks & best practices

Unlimited email inboxes for cold email agencies: Deliverability benchmarks & best practices

TL;DR: Unlimited inbox platforms are not spam cannons. They're margin-protection tools that, when configured correctly, can approach Google Workspace deliverability at a fraction of the cost. Target 9+/10 on Mail-Tester and 85%+ inbox placement after warmup. The key requirements: automated SPF/DKIM/DMARC configuration, a 3-week warmup schedule starting at 5-10 emails per day, aggressive domain rotation every 4-6 months, and instant setup/turnaround for new inboxes. At 50 inboxes, you'll save approximately $3,492 annually compared to Google Workspace while maintaining comparable deliverability standards.

Every new client you close on Google Workspace adds $7-8.40 to your monthly infrastructure bill per inbox. That math feels manageable at 20 inboxes. At 100 inboxes, you're bleeding $700-840 monthly on email infrastructure alone. For agencies running on 15-20% net margins, that linear cost curve becomes an existential threat.

We built an alternative: flat-rate unlimited inbox platforms that decouple your costs from your volume. But I hear the same fear from agency founders every week: "Will my emails actually land in inboxes?" The answer is yes, but only if you understand the technical benchmarks and follow a strict configuration protocol. This guide gives you the specific numbers to target, the setup steps that matter, and the maintenance practices that keep your sender reputation intact as you scale.

The economics of unlimited inboxes: Why agencies switch

"Unlimited inboxes" in this context means flat-rate infrastructure where you pay a fixed monthly fee regardless of how many mailboxes you create. This contrasts with per-seat licensing models like Google Workspace where costs scale linearly with each inbox added.

Here's what the math looks like at scale:

Scale

Google Workspace

Inframail Unlimited

Inframail Agency Pack

Monthly Savings (Unlimited)

Annual Savings (Unlimited)

50 inboxes

$420/month

$129/month

$327/month

$291

$3,492

100 inboxes

$840/month

$129/month

$327/month

$711

$8,532

200 inboxes

$1,680/month

$129/month

$327/month

$1,551

$18,612

Google Workspace pricing based on Business Starter at $8.40/user with monthly billing per Google's pricing page. Savings calculated vs Google Workspace using Inframail Unlimited pricing. Inframail pricing reflects current Unlimited Plan ($129/mo) and Agency Pack ($327/mo).

The financial impact compounds at scale. An agency running 100 inboxes saves over $8,500 annually, enough to fund a part-time hire or significantly improve net margins.

Beyond raw savings, flat-rate pricing enables domain rotation strategies that would be cost-prohibitive on per-seat plans. When inboxes cost nothing incremental to create, you can treat domains as consumables and rotate aggressively to protect sender reputation.

"Compared to other ESP providers, using Inframail kinda feels like magic. As soon as you start the process of creating email accounts, it will automatically start adding all the records for you, and show you the process in real-time. I personally have over 1,000 email accounts with Inframail for one flat price." - Verified user review of Inframail

Deliverability benchmarks: What to expect from private infrastructure

The question I get most often: "Will switching to unlimited infrastructure tank my inbox rates?" The data says no, but you need to understand the realistic benchmarks and the technical requirements to hit them.

Mail-Tester and technical setup scores

You should start with Mail-Tester as your first deliverability checkpoint. This tool evaluates your technical configuration quality on a 10-point scale. The benchmark to target: 9/10 or higher. A perfect 10/10 is ideal, and scores of 9-8 indicate good configuration that may benefit from minor improvements.

A score below 8/10 indicates configuration problems that need immediate attention. The most common failures include:

  1. Missing or misconfigured SPF records that fail to authorize your sending servers

  2. DKIM signatures not properly aligned with your sending domain

  3. No DMARC policy published, which modern inbox providers increasingly penalize

We achieve strong Mail-Tester scores through automated DNS configuration that eliminates the human error typical in manual setups. Our infrastructure testing has reportedly shown approximately 88% inbox rates via GMass testing across properly configured accounts.

Inbox placement rates vs Google Workspace

Target inbox placement for cold email campaigns: 85% or higher. Anything below 85% signals a problem requiring immediate investigation. Industry benchmarks suggest a healthy inbox placement rate is 90% or higher for established campaigns, though cold email typically sees slightly lower numbers due to recipient unfamiliarity.

Here's the honest trade-off between Google Workspace and private infrastructure:

Metric

Google Workspace

Private Infrastructure (Properly Configured)

Initial inbox placement (pre-warmup)

reportedly 87-90%

reportedly 75-80%

Placement after 4-week warmup

reportedly 87-90%

reportedly 85-90%

Outlook-specific placement

~76%

varies by configuration

Monthly cost (50 inboxes)

$420

$129

Gmail inbox placement remains strong at 87%+ across properly configured infrastructure, though it has seen slight declines in recent months. Outlook placement typically sits around 75-76% across most providers. The gap between Google and properly configured private infrastructure is smaller than most agencies assume. Agencies generally report lower placement during warmup, with the difference becoming negligible once domains are established.

"We spent months hunting for a reliable cold-emailing stack. After repeated failures with another provider, we trialled two options—Inframail and a competitor. We chose the competitor. A month later, we switched back to Inframail. Zero issues since. Rock-solid infrastructure, sharp support, genuinely dependable." - Verified user review of Inframail

Technical setup: Configuring SPF, DKIM, and DMARC for scale

Most agencies fail at technical setup. Gmail's bulk sender rules require SPF and DKIM authentication plus a DMARC policy (p=none is acceptable to start). Miss any of these, and your emails go straight to spam regardless of content quality.

SPF (Sender Policy Framework)

SPF tells receiving servers which mail servers can send on behalf of your domain. The critical constraint: RFC7208 section 4.6.4 limits SPF to 10 DNS lookups maximum. Exceed 10 lookups, and your SPF fails with a "permerror" status, which may prevent email delivery entirely.

What counts toward the limit:

  • include:, mx, a, ptr, and exists mechanisms all consume lookups

  • ip4 and ip6 mechanisms do not count

If you're running Google Workspace plus a CRM plus a cold email tool plus a transactional sender, you're likely at 8-9 lookups already. Adding another service breaks authentication entirely. This is why SPF flattening matters for agencies managing multiple sending sources.

DKIM (DomainKeys Identified Mail)

DKIM adds a cryptographic signature to every email, verifying the message wasn't altered in transit. As Cloudflare explains, DKIM employs public-key cryptography where emails are signed using a private key when they depart from your sending server.

The receiving server checks this signature against a public key published in your DNS. If they match, the email passes DKIM verification.

DMARC (Domain-based Message Authentication)

DMARC tells receiving servers what to do when SPF or DKIM fails. Your progression should follow this path:

  1. Start with p=none: Monitor-only mode that collects data without affecting delivery

  2. Move to p=quarantine: Failed messages go to spam after you confirm legitimate mail passes

  3. Consider p=reject: Highest protection, but only after thorough testing

Example record: v=DMARC1; p=none; rua=mailto:reports@yourdomain.com

The Inframail advantage

Manual DNS configuration for 50 domains consumes 12-15 hours monthly. With Inframail, setup is instant, and domain creation is unlimited. SPF, DKIM, and DMARC setup happens automatically in seconds, eliminating the human error that causes deliverability failures. Our setup tutorial walks through the complete process from domain purchase to inbox creation.

"The setup is ridiculously fast. SPF, DKIM, DMARC, forwarding - all handled in literally seconds without me having to dig through docs or guess what records to add." - Verified user review of Inframail

Best practices for maintaining reputation on unlimited platforms

Getting technical setup right is necessary but not sufficient. Maintaining high deliverability requires ongoing discipline around warmup and domain management.

Warmup progression and volume limits

Never blast 50 emails from a new inbox on day one. Email warmup requires gradual volume increases to build sender reputation with inbox providers. Start with low volumes (5-10 emails/day) and gradually increase by 10-15% daily.

Standard 3-week warmup schedule:

Week

Daily Volume

Focus

Week 1

5-10 emails/day

Send only to known contacts

Week 2

15-25 emails/day

Add contacts active within 60 days

Week 3

30-40 emails/day

Increase toward 50/day capacity

After 4-8 weeks, you can safely send 50 emails per day per inbox. Going beyond 50/day increases risk without proportional benefit for most cold email use cases.

We include warmup on our Unlimited Plan and Agency Pack. For higher volumes or advanced control, some agencies layer external warmup tools alongside our built-in warmup capabilities. Our Ultimate Cold Email Infrastructure Guide covers the complete warmup strategy in detail.

"InfraMail makes it remarkably easy to purchase domains, configure them correctly, create inboxes, and initiate warm-up immediately. The level of automation is exceptional and clearly designed for serious operators." - Verified user review of Inframail

Maximum deliverability typically requires 4-8 weeks of consistent warmup activity. Inframail includes built-in warmup on both Unlimited Plan and Agency Pack.

Domain rotation and burn management

Domains have a lifespan for cold email. Research shows that a domain achieving 92% inbox placement in month one typically drops to 78% by month six and 63% by month ten. A well-executed rotation strategy maintains 85%+ average inbox placement across all active domains consistently.

Three-pool rotation system:

  1. Active pool: Domains currently sending at full capacity

  2. Resting pool: Domains recovering from active duty (30-60 day rest)

  3. Warmup pool: New domains preparing for future deployment

Rotation triggers:

  • Inbox placement drops below 80%

  • Bounce rate exceeds 2%

  • Spam complaint rate increases noticeably

  • Open rates decline noticeably from baseline

The financial logic: You'll pay $10-20 per year to replace a domain. Losing a $3,000/month client because campaigns land in spam costs infinitely more. On flat-rate infrastructure, aggressive rotation becomes economically rational. According to domain rotation best practices, active domains should serve for 4-6 months before rotating to rest status.

"I've been using Inframail for a couple of months and the experience has been really good. I can set-up inboxes in 5mins while saving money on Google Workspace subscriptions and benefit from great deliverability. All of my campaigns on Inframail are on a >10% reply rate." - Verified user review of Inframail

Why dedicated IPs matter

Shared IP pools work like apartment buildings where one bad neighbor's behavior affects everyone's reputation. One spammer in the pool gets the IP flagged, and your inbox rate drops overnight through no fault of your own. As Zoho explains, your sender reputation with a shared IP is susceptible to other users' sending behavior.

Dedicated IPs isolate your sending reputation so your behavior alone determines inbox placement. Our Unlimited Plan ($129/month) includes 1 dedicated US IP, while the Agency Pack ($327/month) provides 3 dedicated IPs for higher volume operations. This aligns with our philosophy on why email infrastructure matters for agencies at scale.

Total cost of ownership: The complete picture

Track infrastructure cost per client as your key metric. Keeping this figure as low as possible protects margin as your portfolio grows.

Complete TCO comparison (50 inboxes):

Cost Component

Google Workspace

Inframail

Platform fee

$420/month

$129/month

Domain costs (~50 domains at $10-16/year)

Included

~$68.50/month amortized

Warmup tools

$0 (not needed)

Included

Total Monthly

$420

~$197.50

Annual Cost

$5,040

~$2,370

Annual Savings

~$2,670

Domain cost calculation: 50 domains amortized annually at market rates. Per Inframail's pricing analysis, .com domains cost exactly $16.44/year for .com and .info domains vary widely by registrar.

With flat-rate pricing, your cost-per-inbox decreases as you scale. At 200 inboxes, Google Workspace hits $1,680/month while the Unlimited Plan remains at $129/month plus domain costs. Agencies running at that scale typically see infrastructure spend drop significantly as a percentage of billings compared to per-seat models.

"So affordable that it will make your unit economics work, even for lower ticket b2b businesses like ours." - Verified user review of Inframail

You can calculate your email sending capacity to determine the right plan for your agency's needs.

Scaling margins without sacrificing the inbox

You don't need to pay the "Google tax" to land in inboxes. Private infrastructure with proper technical configuration achieves 85%+ inbox placement at a fraction of the cost.

The agencies winning in 2025 are those that decouple costs from volume. They treat domains as consumables, rotate aggressively every 4-6 months, and reinvest the roughly $2,670 in annual savings into client acquisition and talent.

Hit these benchmarks: 9+/10 on Mail-Tester, 85%+ inbox placement after warmup, and infrastructure costs as a low percentage of client billings. Meet these numbers, and you've built a scalable foundation.

Sign up to Inframail and get started today. Setup takes under 10 minutes, with automated DNS configuration handling the technical complexity that usually consumes hours of manual work.

"Their platform did in 10 minutes what would've taken me days to figure out. Maybe weeks. We're talking full infrastructure... The ROI on this is stupid good. We're saving cash and more importantly, we're saving time." - Verified user review of Inframail

FAQs

How many emails can I send per unlimited inbox?

Keep volume under 50 emails per day per inbox for safety. Higher volumes increase spam risk without proportional benefit for cold outreach.

Do I need dedicated IPs for cold email?

Yes. Shared IPs expose you to "noisy neighbor" risk where other senders' behavior damages your reputation. Our Unlimited Plan includes 1 dedicated IP, and the Agency Pack includes 3.

Does Inframail include warmup?

Yes. We include warmup on the Unlimited Plan and Agency Pack. Some agencies add external tools for additional control at higher volumes.

What inbox placement rate should I expect?

Target 85%+ after completing a 3-4 week warmup period. Properly configured private infrastructure approaches Google Workspace deliverability once domains are established.

How long does domain warmup take?

Plan for 2-4 weeks minimum before sending at full capacity. Maximum deliverability typically requires 4-8 weeks of consistent warmup activity.

Can I pilot Inframail before committing long-term?

Yes. Our Unlimited Plan is month-to-month with no contract. Cancel anytime if deliverability doesn't meet your standards.

Key terms glossary

SPF (Sender Policy Framework): A DNS record that specifies which mail servers can send email on behalf of your domain. Limited to 10 DNS lookups per RFC7208.

DKIM (DomainKeys Identified Mail): Cryptographic authentication that adds a digital signature to outgoing emails, verifying the message wasn't altered in transit.

DMARC (Domain-based Message Authentication, Reporting & Conformance): A policy that tells receiving servers how to handle emails that fail SPF or DKIM checks. Start with p=none for monitoring.

Dedicated IP: An IP address used exclusively by one sender. Your sending behavior alone determines reputation, eliminating shared pool risk.

Inbox placement rate: The percentage of emails that land in the primary inbox versus spam or promotions folders. Target 85%+ for cold email after warmup.

Social Proof

Inframail now has 38 5-star reviews on Trustpilot (https://www.trustpilot.com/review/inframail.io).

Sign up today and get 2 FREE Domains. Use code: FREEDOMAINS at checkout!

Sign up today and get 2 FREE Domains.
Use code: FREEDOMAINS at checkout!

Sign up today and get 2 FREE Domains. Use code: FREEDOMAINS at checkout!

Sign Up Now!

Get Now!