Cold Email

Cold Email Deliverability: Complete Guide to Inbox Placement

The technical setup, warmup process, and sending habits that determine whether your cold emails land in the inbox or the spam folder.

Jan 22, 2024
18 min read
Sales.co Team

Inbox placement comes down to three things: authentication (SPF, DKIM, DMARC prove you are who you say you are), sender reputation (built through gradual warmup, low bounce rates, and consistent volume), and engagement (opens and especially replies signal to mailbox providers that recipients want your emails). Get those three right and deliverability largely takes care of itself; miss any one and even great copy dies in the spam folder.

Email providers have also become far more sophisticated at filtering promotional and sales email. Gmail's machine learning filters, Microsoft's Enhanced Filtering, and Apple's Mail Privacy Protection have all raised the bar for cold senders.

This guide covers the full stack: authentication setup with example DNS records, domain and IP warmup schedules, content optimization, list hygiene, monitoring, and troubleshooting.

Deliverability Fundamentals

Email Deliverability Basics

Email deliverability is the ability to deliver emails to recipients' inboxes successfully. For cold email campaigns, this means avoiding spam filters, maintaining sender reputation, and ensuring your messages reach decision-makers who can act on your outreach.

The gap between a well-configured sender and a neglected one is not subtle. Proper authentication, warmup, and list hygiene compound; skipping any of them shows up quickly as declining open rates and rising bounces.

Deliverability vs. Delivery

Understanding the difference between delivery and deliverability is crucial:

Key Distinctions:

  • Email Delivery: Whether your email reaches the recipient's email server without bouncing
  • Email Deliverability: Whether your delivered email lands in the inbox vs. spam folder
  • Inbox Placement Rate: Percentage of delivered emails that reach the primary inbox
  • Spam Folder Rate: Percentage of delivered emails flagged as spam

Factors Affecting Deliverability

Email service providers (ESPs) use sophisticated algorithms to determine inbox placement. Key factors include:

  • Sender Reputation: Your domain and IP reputation with ISPs
  • Authentication: SPF, DKIM, and DMARC configuration
  • Content Quality: Subject lines, body text, and spam triggers
  • Engagement Rates: Opens, clicks, replies, and unsubscribes
  • Sending Patterns: Volume, frequency, and timing
  • List Quality: Email validity and recipient engagement history

Email Authentication Setup

Proper email authentication is the foundation of good deliverability. These technical protocols verify that you're authorized to send emails from your domain and help ISPs trust your messages.

SPF (Sender Policy Framework)

SPF records specify which IP addresses are authorized to send emails from your domain. This prevents spammers from spoofing your domain and protects your sender reputation.

SPF Record Setup

1. Identify Email Sources

List all services that send emails from your domain

  • • Your email server or hosting provider
  • • Cold email tools (Outreach, Reply.io, etc.)
  • • Marketing automation platforms
  • • Transactional email services

2. Create SPF Record

Example SPF record for common services

v=spf1 include:_spf.google.com include:mail.outreach.io include:amazonses.com ~all

SPF best practices:

  • Keep the record under 255 characters
  • Limit DNS lookups to 10 or fewer (a hard SPF limit)
  • Use "~all" (soft fail) rather than "-all" (hard fail) initially
  • Only one SPF record per domain; merge all senders into it
  • Test changes with an SPF validator before and after publishing

DKIM (DomainKeys Identified Mail)

DKIM adds digital signatures to your emails, allowing ISPs to verify that messages haven't been tampered with in transit. This builds trust and improves deliverability.

Setup process:

  1. Generate DKIM Key Pair: Create public/private key pair in your email tool
  2. Add DNS Record: Publish the public key in your DNS settings
  3. Configure Signing: Enable DKIM signing in your email platform
  4. Test Verification: Send test emails and verify DKIM signatures

Example DKIM DNS record:

default._domainkey.yourdomain.com TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC..."

DMARC (Domain-based Message Authentication)

DMARC builds on SPF and DKIM to provide policy instructions for handling emails that fail authentication. It also provides valuable reporting on email authentication results.

DMARC Policy Options:

  • None (p=none): Monitor only, don't block emails - ideal for testing
  • Quarantine (p=quarantine): Send failing emails to spam folder
  • Reject (p=reject): Block failing emails entirely - highest security

Start with p=none and gradually move to p=quarantine after monitoring results.

Example DMARC DNS record (with aggregate and forensic reporting enabled):

_dmarc.yourdomain.com TXT "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com; ruf=mailto:dmarc@yourdomain.com; pct=100"

Beyond the big three, two DNS details round out a healthy setup: a correct MX record for mail routing, and a PTR record (reverse DNS) on your sending IP. Use a reliable DNS provider, keep TTLs around 3600 seconds, and confirm propagation before sending.

Technical Infrastructure

Domain & IP Reputation Management

Your sender reputation is like a credit score for email delivery. ISPs track how recipients interact with your emails and use this data to determine future inbox placement.

Domain Warm-up Process

New domains and IPs have zero reputation and need gradual warming to establish trustworthiness:

30-Day Warm-up Schedule

Week 1

  • • Day 1-2: 10-20 emails/day
  • • Day 3-4: 30-40 emails/day
  • • Day 5-7: 50-75 emails/day

Week 2

  • • Day 8-10: 100-150 emails/day
  • • Day 11-14: 200-300 emails/day

Week 3-4

  • • Day 15-21: 400-500 emails/day
  • • Day 22-30: 600-1000 emails/day

Reputation Monitoring Tools

Regularly monitor your sender reputation using these tools:

  • Google Postmaster Tools: Gmail delivery metrics and reputation data
  • Microsoft SNDS: Outlook.com delivery and reputation information
  • SenderScore: Overall sender reputation score from Return Path
  • MXToolbox: Blacklist monitoring and DNS health checks
  • TrustedSource: McAfee's reputation lookup service

Content Optimization for Deliverability

Email content significantly impacts deliverability. ISPs analyze subject lines, body content, and engagement patterns to determine whether messages should reach the inbox.

Subject Line Best Practices

Subject lines are the first thing spam filters evaluate. Follow these guidelines:

Spam Trigger Words to Avoid:

Sales Terms

  • • Free
  • • Urgent
  • • Act now
  • • Limited time

Money Terms

  • • $$$
  • • Earn money
  • • Cash
  • • Investment

Excessive Punctuation

  • • Multiple !!!
  • • ALL CAPS
  • • Re: Re: Re:
  • • Special characters

What works instead: keep subject lines under 50 characters, personalize with the company name or recent news, and ask relevant questions. Examples that consistently perform well:

  • "Quick question about [Company]'s expansion"
  • "Saw your post about [specific topic]"
  • "[Mutual Connection] suggested I reach out"
  • "Thoughts on [recent company news]?"

Email Body Content Guidelines

Create content that appears natural and valuable to both recipients and spam filters:

  • Text-to-Image Ratio: Keep emails primarily text-based (80/20 ratio)
  • Link Quantity: Limit to 1-2 links per email maximum
  • Personalization: Include specific, researched personal details
  • Natural Language: Write conversationally, avoid sales-heavy language
  • Proper Formatting: Use correct grammar, spelling, and punctuation

HTML and Email Design

For cold email specifically, plain text consistently beats HTML in deliverability tests. It avoids spam filter triggers, sidesteps tracking pixel concerns, and looks like a personal message rather than a campaign. If you do use HTML, keep it minimal:

  • Plain Text Alternative: Always include plain text version
  • Minimal HTML: Use basic HTML, avoid complex styling
  • No Background Images: Avoid images as backgrounds
  • Alt Text: Include alt text for all images
  • Mobile Responsive: Ensure emails render properly on mobile

List Quality & Hygiene

Email list quality directly impacts deliverability. Poor lists with high bounce and complaint rates will damage your sender reputation quickly.

Email Verification Process

Verify email addresses before sending to reduce bounce rates:

Email Verification Tools

ZeroBounce

Real-time email validation and deliverability scoring

  • • Catch-all detection
  • • Spam trap identification
  • • API integration available

NeverBounce

Professional email verification service

  • • Real-time verification
  • • Bulk list cleaning
  • • Integration with major platforms
  • • Detailed result categorization

Bounce Rate Management

Maintain low bounce rates to protect sender reputation:

  • Target Bounce Rate: Keep under 2% for optimal deliverability
  • Hard Bounces: Immediately remove permanently invalid addresses
  • Soft Bounces: Retry 2-3 times before removing
  • Suppression Lists: Maintain lists of addresses to avoid

Ongoing List Maintenance

List hygiene is a schedule, not a one-time cleanup:

  • Weekly: Remove hard bounces immediately
  • Monthly: Review soft bounces and engagement metrics
  • Quarterly: Full list audit and re-validation
  • Annually: Complete database refresh

Segment by engagement so your most active recipients see you most often: contacts who opened or clicked in the last 30 days, some engagement in the last 90 days, no engagement in 90+ days, and a suppression list for unsubscribes, complaints, and hard bounces.

Optimal Sending Patterns

How you send emails is as important as what you send. ISPs monitor sending patterns to identify bulk senders and potential spam.

Volume and Frequency

Establish natural sending patterns that avoid ISP throttling:

Recommended Sending Limits:

  • New Domains: Start with 50-100 emails per day
  • Established Domains: Up to 500-1000 emails per day
  • Per Hour Limits: No more than 50-100 emails per hour
  • Per Minute Limits: Maximum 2-5 emails per minute

Send Time Optimization

Send emails when recipients are most likely to engage:

  • Best Days: Tuesday through Thursday typically perform best
  • Optimal Times: 10-11 AM and 2-3 PM in recipient's timezone
  • Avoid Mondays: Higher spam flagging rates on Mondays
  • Time Zone Targeting: Send during business hours in recipient's location

Engagement Rate Optimization

ISPs use engagement metrics to determine inbox placement. High engagement signals that recipients want to receive your emails.

Improving Open Rates

Higher open rates signal to ISPs that your emails are wanted:

  • Compelling Subject Lines: Create curiosity without being salesy
  • Sender Name Recognition: Use consistent, recognizable sender names
  • Preview Text Optimization: Craft compelling preview text snippets
  • Send Time Testing: Test different send times for your audience

Reply Rate Strategies

Replies are the strongest positive engagement signal for deliverability:

  • Ask Questions: Include genuine questions that invite responses
  • Provide Value: Share insights or resources recipients find useful
  • Make It Easy: Ask for simple yes/no or one-word responses
  • Follow Up Thoughtfully: Continue conversations naturally

Deliverability Tools & Platforms

Use specialized tools to monitor, test, and improve your email deliverability:

Testing and Monitoring Tools

Mail-Tester - Free email deliverability testing

  • Spam score analysis
  • Authentication check
  • Content analysis
  • Blacklist monitoring

GlockApps - Comprehensive deliverability testing

  • Inbox placement testing across 20+ ISPs
  • Spam filter analysis
  • Authentication validation
  • Detailed reporting and recommendations

Ongoing Monitoring Platforms

Return Path (Validity) - Enterprise deliverability platform

  • Real-time deliverability monitoring
  • Reputation management
  • Campaign optimization insights
  • Competitive benchmarking

250ok - Email performance and deliverability analytics

  • Inbox placement monitoring
  • Reputation tracking
  • Design and content optimization
  • ISP feedback loop management

Troubleshooting Deliverability Issues

When deliverability drops, quick diagnosis and action are essential to prevent long-term reputation damage.

Common Deliverability Problems

Issue Diagnosis Checklist

Sudden Drop in Open Rates

  • • Check blacklist status immediately
  • • Review recent content for spam triggers
  • • Verify authentication records
  • • Analyze complaint rates

High Bounce Rates

  • • Audit email list quality
  • • Check for data source issues
  • • Review email verification process
  • • Implement better list hygiene

Reputation Recovery Strategies

If your reputation is damaged, follow these recovery steps:

  1. Immediately Reduce Volume: Cut sending by 50-75% temporarily
  2. Clean Your Lists: Remove all questionable addresses
  3. Improve Content: Review and optimize all email content
  4. Focus on Engagement: Send only to highly engaged recipients
  5. Monitor Closely: Track all metrics daily during recovery
  6. Gradual Volume Increase: Slowly ramp up sending as metrics improve

Advanced Deliverability Strategies

Sophisticated techniques for maximizing deliverability at scale:

Subdomain Strategy

Use subdomains to protect your main domain reputation:

  • Separate Sending Domains: Use different subdomains for different campaign types
  • Marketing vs. Transactional: Keep promotional and transactional emails separate
  • Geographic Targeting: Use region-specific subdomains for international campaigns
  • Reputation Isolation: Protect main domain if subdomain reputation is damaged

A common split: mail.yourdomain.com for transactional email, outreach.yourdomain.com for cold campaigns, and marketing.yourdomain.com for newsletters and promotions.

Dedicated IP Warming

Most senders start on shared IPs, which come with an established reputation, cost less, and are managed by your email provider. A dedicated IP makes sense at roughly 1,000+ emails per day: you get full control over reputation and no exposure to other senders' behavior, but you must build that reputation from zero:

IP Warming Schedule (6-8 weeks):

  • Week 1: 50 emails/day, focus on highly engaged recipients
  • Week 2: 100-500 emails/day, maintain high engagement
  • Week 3-4: 1,000-5,000 emails/day, gradually expand audience
  • Week 5-8: Scale to full volume while monitoring metrics

Legal Compliance & Best Practices

Stay compliant with email regulations while maintaining deliverability:

CAN-SPAM Compliance

  • Accurate Headers: Use truthful sender information
  • Clear Unsubscribe: Provide easy opt-out mechanism
  • Honor Opt-Outs: Process unsubscribes within 10 business days
  • Physical Address: Include valid postal address
  • Subject Line Honesty: Avoid deceptive subject lines

GDPR Considerations

For EU recipients, ensure GDPR compliance:

  • Lawful Basis: Have legitimate business interest for cold outreach
  • Data Protection: Securely handle and store recipient data
  • Right to Erasure: Honor deletion requests promptly
  • Transparent Communication: Be clear about data usage
Measuring Success

Key Deliverability Metrics

Track these metrics to maintain and improve deliverability:

Primary Metrics

  • Delivery Rate: Percentage of emails that don't bounce (target: 95%+)
  • Inbox Placement Rate: Percentage reaching primary inbox (target: 85%+)
  • Spam Folder Rate: Percentage flagged as spam (target: <5%)
  • Open Rate: Percentage of delivered emails opened (target: 20%+)
  • Click-Through Rate: Percentage clicking links (target: 2%+)
  • Reply Rate: Percentage replying to emails (target: 1%+)

Reputation Metrics

  • Sender Score: Overall reputation score (target: 90+)
  • Bounce Rate: Percentage of emails bouncing (target: <2%)
  • Complaint Rate: Percentage marking as spam (target: <0.1%)
  • Unsubscribe Rate: Percentage opting out (target: <0.5%)
  • Blacklist Status: Presence on any major blacklists (target: 0)

Deliverability Best Practices Checklist

Use this comprehensive checklist to ensure optimal deliverability:

Technical Setup

  • □ SPF record configured and validated
  • □ DKIM signatures enabled for all sending domains
  • □ DMARC policy implemented (start with p=none)
  • □ Dedicated IP addresses warmed properly (if applicable)
  • □ Subdomain strategy implemented for different email types
  • □ DNS records properly configured and propagated
  • □ Email authentication testing completed

Content Quality

  • □ Subject lines tested for spam triggers
  • □ Email content optimized for deliverability
  • □ Text-to-image ratio maintained (80/20)
  • □ Link quantity limited (1-2 per email)
  • □ Plain text alternative included
  • □ Personalization elements added
  • □ Mobile-responsive design implemented

List Management

  • □ Email addresses verified before sending
  • □ Bounce rate maintained under 2%
  • □ Suppression lists properly managed
  • □ Unsubscribe process implemented and tested
  • □ List hygiene performed regularly
  • □ Engagement-based segmentation applied
  • □ Complaint rates monitored and addressed

Sending Practices

  • □ Sending volume ramped up gradually
  • □ Natural sending patterns established
  • □ Send times optimized for engagement
  • □ Frequency limits respected
  • □ Engagement rates monitored continuously
  • □ A/B testing performed regularly
  • □ Feedback loops configured with ISPs

Conclusion

Email deliverability is the foundation of successful cold email campaigns. Without proper inbox placement, even the most compelling content and perfect timing won't generate results. The strategies in this guide give you a complete framework for reaching the inbox consistently and staying there.

Key principles for deliverability success:

  • Start with proper technical authentication (SPF, DKIM, DMARC)
  • Warm up domains and IPs gradually and systematically
  • Maintain high-quality, verified email lists
  • Create valuable, engaging content that recipients want to receive
  • Monitor metrics continuously and respond quickly to issues
  • Follow legal compliance requirements in all markets

Remember that deliverability is an ongoing process, not a one-time setup. Email landscape changes constantly, and successful senders adapt their strategies based on performance data and industry evolution. Invest time in proper setup and monitoring, and your cold email campaigns will consistently reach prospects' inboxes and drive meaningful business results.

Ready to Maximize Your Email Deliverability?

Sales.co handles deliverability setup and optimization for B2B outbound campaigns, from authentication and warmup to list quality and ongoing monitoring. Book a call and we will review your current setup.

Get Your Free Deliverability Audit