· 10 min read

Email Deliverability for SaaS: A Practical Guide

How to actually get your emails into inboxes. DNS records, sender reputation, and what matters.

TL;DR: Key Takeaways

DNS authentication is foundational - set up SPF, DKIM, and DMARC records correctly once and mostly forget about them

Sender reputation depends on engagement - high open rates, clicks, and replies build trust; bounces and complaints destroy it

List hygiene is critical - remove hard bounces immediately, clean inactive subscribers every 6 months, never buy lists

Consistent sending patterns build reputation - regular schedules signal legitimacy to email providers

Modern platforms handle infrastructure - Sequenzy ($19/mo + free trial), Resend, and Postmark manage IP reputation, bounces, and feedback loops

Monitor key metrics - bounce rates under 2%, spam complaints under 0.1%, and investigate sudden drops in open rates

Deliverability is boring until your password reset emails start landing in spam. Then it's suddenly very interesting.

This guide covers what actually matters for SaaS email deliverability, without the paranoia-inducing complexity that most articles pile on.

The Basics: DNS Authentication

Three DNS records matter. Set them up correctly once and mostly forget about them.

SPF (Sender Policy Framework)

SPF tells receiving servers which mail servers are allowed to send email for your domain. It's a TXT record that lists authorized senders.

Your email provider will give you the specific value. It looks something like:

v=spf1 include:_spf.provider.com ~all

Common mistake: Having multiple SPF records. You can only have one. If you use multiple email services, combine them into one record.

DKIM (DomainKeys Identified Mail)

DKIM adds a cryptographic signature to your emails. The receiving server can verify the email wasn't tampered with and actually came from you.

Your email provider generates DKIM keys. You add their public key as a DNS record. They sign outgoing emails with the private key.

Setup: Follow your provider's instructions. It's usually adding a CNAME or TXT record with a specific selector name.

DMARC (Domain-based Message Authentication)

DMARC tells receiving servers what to do when SPF or DKIM fail. It also enables reporting so you can see who's sending email as your domain.

Start with a monitoring-only policy:

v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com

After monitoring for a few weeks and confirming everything's working, move to enforcement:

v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com

Or strict rejection:

v=DMARC1; p=reject; rua=mailto:dmarc@yourdomain.com

Sender Reputation

Email providers (Gmail, Outlook, etc.) track your sending reputation. Good reputation = inbox. Bad reputation = spam folder.

What builds good reputation:

  • People open your emails. High open rates signal wanted mail.
  • People click links. Engagement indicates value.
  • People reply. Strongest signal of legitimacy.
  • Low bounce rates. You're sending to valid addresses.
  • Few spam complaints. People aren't marking you as junk.

What damages reputation:

  • High bounce rates. Sending to invalid addresses looks spammy.
  • Spam complaints. Even 0.1% complaint rate is concerning.
  • Spam traps. Old addresses turned into honeypots.
  • Sudden volume spikes. Going from 100 to 10,000 emails overnight looks suspicious.
  • Inconsistent sending. Sporadic large bursts then silence.

Practical Guidelines

For transactional email

Transactional emails (password resets, receipts) have naturally high engagement. People expect and open them. Your main risks:

  • Sending to bad addresses. Implement email verification at signup.
  • Slow delivery. Use a provider known for speed (Postmark, Resend).
  • Getting mixed with marketing. Consider separate infrastructure if you send high marketing volume.

For marketing email

Marketing emails face more scrutiny. Guidelines:

  • Only email people who opted in. Never buy lists. Never scrape addresses.
  • Make unsubscribe easy. One click. No login required.
  • Clean your list regularly. Remove bounced addresses immediately. Remove chronically unengaged subscribers periodically.
  • Warm up new sending domains. Start with small volumes to engaged subscribers, gradually increase.
  • Send consistently. Regular sending patterns build reputation better than sporadic blasts.

Email Deliverability Platform Comparison

Platform Deliverability Focus Starting Price Key Strength
Postmark Transactional email excellence $15/mo Industry-leading delivery speed and reliability
Resend Modern transactional delivery $20/mo Best developer experience with excellent deliverability
Sequenzy SaaS email deliverability $19/mo + free trial Unified transactional + marketing with reputation separation
SendGrid Enterprise-scale infrastructure $20/mo Battle-tested infrastructure at massive volume
Mailchimp Marketing email delivery Free tier Accessible for beginners with solid deliverability

How Email Deliverability Works

Email deliverability operates on a reputation-based system similar to credit scores. Every sending domain and IP address accumulates reputation based on how email providers (Gmail, Outlook, Yahoo) perceive your sending patterns. High reputation means emails reach inboxes. Low reputation means spam folders or blocking. This reputation constantly updates based on recent engagement—today's performance matters more than last year's.

The reputation system works like this: when you send email, receiving servers check your domain's reputation before accepting the message. They look at authentication (SPF, DKIM, DMARC records), historical engagement rates (do subscribers open and click your emails?), complaint rates (how many mark you as spam?), and bounce rates (what percentage doesn't deliver?). Good reputation signals legitimacy—your emails are wanted and expected. Bad reputation signals spam—unwanted, unsolicited, or low-quality messages.

Engagement is the primary reputation driver. When subscribers open, click, and reply to your emails, providers learn your content is valued. This positive feedback loop improves deliverability. When subscribers ignore, delete, or report your emails as spam, providers learn your content isn't wanted. This negative feedback loop damages deliverability. This is why purchased lists destroy deliverability—disengaged subscribers who never opted in hurt your reputation even if they don't actively mark you as spam.

Modern platforms like Sequenzy ($19/mo + free trial) and Postmark actively manage infrastructure reputation on your behalf. They maintain IP addresses with strong reputations, process bounces and complaints automatically, and provide tools to monitor and improve deliverability. But platform quality only matters half as much as list quality—the best infrastructure can't overcome a permission-less list. Authentication, list hygiene, and engagement matter more than any technical optimization.

What Your Email Provider Handles

Good email providers (Sequenzy, Resend, Postmark, Customer.io) handle:

  • IP reputation management
  • Bounce processing
  • Feedback loop processing (spam complaints)
  • List-Unsubscribe headers
  • Automatic suppression of problem addresses

You don't need to manage these yourself. Pick a reputable provider and let them handle the infrastructure.

Testing Deliverability

Before major campaigns:

  1. Send test emails to your own Gmail, Outlook, Yahoo accounts
  2. Check if they hit inbox or spam
  3. Use tools like Mail-Tester.com for detailed analysis
  4. Check your domain reputation at Google Postmaster Tools (if you send significant volume to Gmail)

Red Flags to Watch

  • Open rates dropping suddenly. Might be deliverability, might be content. Investigate.
  • Bounce rates above 2%. Something's wrong with your list hygiene.
  • Spam complaints above 0.1%. Review your sending practices.
  • Emails going to spam for specific providers. Check authentication and content for that provider's guidelines.

What Doesn't Matter Much

Things people worry about that rarely cause actual problems:

  • Email length. Gmail doesn't penalize long emails.
  • Images vs text ratio. Old spam filter logic, mostly irrelevant now.
  • Certain "spam trigger words." "Free" in your subject line won't tank deliverability.
  • Sending time optimization. Matters more for opens than delivery.

Frequently Asked Questions

How long does it take to fix email deliverability problems?

Deliverability recovery timelines vary by issue severity. Minor problems (slightly elevated bounce rates) can resolve within 1-2 weeks of list cleaning and better practices. Major reputation damage (spam complaints, purchased lists) typically takes 4-8 weeks to recover. Severe cases (domain blacklisting) may require 3-6 months or starting fresh with a new sending domain. Recovery requires consistent positive sending patterns: remove problem addresses immediately, send only to engaged subscribers, maintain consistent volume, and monitor metrics daily. Modern platforms like Sequenzy ($19/mo + free trial) provide deliverability monitoring to track recovery progress. Prevention is far faster than cure—build good practices from day one.

Should I use a dedicated IP address for better deliverability?

Dedicated IPs make sense for high-volume senders (100k+ emails monthly) who want complete reputation control. They require 2-4 weeks of warm-up before reaching full volume. For most senders under 100k monthly emails, shared IPs work fine—the platform maintains good reputation, and you benefit from it without warm-up effort. Dedicated IPs cost extra ($50-200/month depending on platform) and require ongoing management to maintain reputation. Start with shared IPs, upgrade to dedicated only if: (1) volume exceeds 100k monthly, (2) you have irregular sending patterns that hurt shared IP reputation, or (3) you've experienced deliverability issues on shared infrastructure.

What's the difference between hard and soft bounces?

Hard bounces are permanent delivery failures—invalid email addresses, non-existent domains, or blocked recipients. These addresses should be removed immediately and never mailed again. Continued hard bounces severely damage sender reputation. Soft bounces are temporary delivery failures—full inboxes, temporary server issues, or messages too large. Soft bounces can be retried 2-3 times before suppression. Most email platforms automatically handle bounce processing: hard bounces go directly to suppression lists, soft bounces get retried before suppression. Monitor bounce rates consistently—under 2% is healthy, above 5% indicates list quality problems requiring attention.

How do I warm up a new email domain or IP address?

IP and domain warm-up is the gradual process of building sending reputation. Start with small volumes (500-1,000 emails daily) to your most engaged subscribers only. Gradually increase volume over 2-4 weeks while monitoring metrics closely. If complaints or bounces spike, pause and investigate. Week 1: 500-1,000 daily emails. Week 2: 2,000-5,000 daily. Week 3: 10,000-20,000 daily. Week 4+: Continue doubling until reaching target volume. Always send to engaged subscribers first—they're most likely to open and click, signaling legitimacy. Modern platforms like Sequenzy and SendGrid offer automated warm-up features that handle this gradually. Never start new infrastructure with large sends to cold lists—immediate spam filtering is guaranteed.

What deliverability metrics should I monitor weekly?

Track these metrics consistently: delivery rate (should be 98%+), bounce rate (hard bounces under 1%, total under 2%), spam complaint rate (under 0.1%—anything above is serious), unsubscribe rate (under 0.5% per send), and open rates relative to your benchmarks (sudden drops indicate deliverability problems). Beyond basic metrics, monitor inbox placement rate (percentage reaching primary inbox vs. spam folder) using tools like GlockApps or Mail Tester. Platform-specific metrics matter too—Gmail Postmaster Tools shows Gmail-specific performance. Most platforms like Sequenzy ($19/mo + free trial) provide dashboards with these metrics. Set up alerts for threshold breaches: investigate immediately if spam complaints exceed 0.1% or delivery drops below 95%.

The Bottom Line

  1. Set up SPF, DKIM, and DMARC correctly
  2. Use a reputable email provider
  3. Only email people who want to hear from you
  4. Make unsubscribe easy
  5. Remove bad addresses promptly

That's 90% of deliverability. The remaining 10% is edge cases you'll handle as they come up.

Looking for an email tool?

Check out our full comparison of 15+ email tools for SaaS founders.

View Full Comparison