Why Deliverability Is the Foundation of Email
You can write the perfect email with the most compelling subject line and send it at the optimal time — but none of that matters if it lands in the spam folder. Email deliverability is the unglamorous but critical foundation that everything else sits on.
Here's a number that should concern you: roughly 20% of legitimate business emails never reach the inbox. They end up in spam, get blocked by corporate filters, or simply disappear into the ether. If you're sending 50 outreach emails a day, that means 10 of them are wasted effort every single day.
This guide covers the technical and practical side of email deliverability — what determines whether your email reaches the inbox, how to diagnose problems, and what to do when things go wrong.
How Email Delivery Actually Works
When you hit "send" in Gmail, your email doesn't fly directly to the recipient. It goes through a series of checks, each of which can result in your email being delivered, delayed, bounced, or flagged as spam.
The Journey of an Email
- You hit send. Gmail's outgoing server (SMTP) prepares your message.
- DNS lookup. The server looks up the recipient's domain to find their mail server (MX records).
- Authentication check. The receiving server checks if your email passes SPF, DKIM, and DMARC (more on these below).
- Reputation check. The receiving server checks your domain and IP against reputation databases. Known spammers get blocked immediately.
- Content filtering. The email's content is scanned for spam signals — suspicious links, spammy language, malicious attachments.
- Inbox or spam. Based on all of the above, plus the recipient's personal filters and interaction history, the email is sorted into inbox, spam, or a category tab.
Each step is a potential failure point. Let's look at the ones you can control.
Email Authentication: SPF, DKIM, and DMARC
These three acronyms are the technical backbone of email deliverability. If they're not set up correctly, your emails are significantly more likely to be flagged as spam or outright rejected.
SPF (Sender Policy Framework)
SPF tells receiving servers which servers are allowed to send email on behalf of your domain. It's a DNS record that lists authorized sending IPs.
Why it matters: Without SPF, anyone can send email pretending to be from your domain. Receiving servers know this, so emails from domains without SPF get a red flag.
How to check: Look up your domain's SPF record using a tool like MXToolbox or run dig TXT yourdomain.com in a terminal. You should see something like: v=spf1 include:_spf.google.com ~all
If you're using Gmail/Google Workspace, your SPF record should include Google's servers at minimum.
DKIM (DomainKeys Identified Mail)
DKIM adds a digital signature to your emails that proves they haven't been tampered with in transit. The receiving server can verify this signature using a public key published in your DNS records.
Why it matters: DKIM proves that the email genuinely came from your domain and wasn't modified by a man-in-the-middle. It's a trust signal that significantly improves deliverability.
How to set up: In Google Workspace Admin, go to Apps → Google Workspace → Gmail → Authenticate email. Generate a DKIM key and add the provided TXT record to your DNS.
DMARC (Domain-based Message Authentication, Reporting & Conformance)
DMARC ties SPF and DKIM together and tells receiving servers what to do when authentication fails. It also enables reporting so you can see who's sending email using your domain.
Why it matters: DMARC is the strongest signal to receiving servers that you take email security seriously. Domains with DMARC set to "reject" or "quarantine" have significantly better inbox placement.
Starting policy: Begin with a monitoring-only policy while you verify everything works:
v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
After monitoring for a few weeks and confirming no legitimate emails are failing, upgrade to:
v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com
Quick check: Google has made DKIM and SPF mandatory for bulk senders since early 2024. If you're sending from a custom domain and these aren't set up, fix them now. It's the single highest-impact deliverability improvement you can make.
Sender Reputation: Your Email Credit Score
Even with perfect authentication, your emails can still end up in spam if your sender reputation is poor. Think of it like a credit score for email — it takes time to build, is easy to damage, and affects every email you send.
What Affects Your Reputation
| Factor | Impact | What to Do |
|---|---|---|
| Spam complaints | Very high | Keep complaint rate below 0.1% |
| Bounce rate | High | Verify email addresses before sending; keep bounces below 2% |
| Engagement (opens, replies) | Medium-high | Send relevant content to interested recipients |
| Sending volume consistency | Medium | Don't spike from 10 emails/day to 1,000 overnight |
| Spam trap hits | Very high | Never buy email lists; only email people who've interacted with you |
| Domain age | Low-medium | New domains need warming; be patient |
How to Check Your Reputation
- Google Postmaster Tools — Free tool from Google that shows your domain's reputation specifically with Gmail (which is where most business email goes). Set it up at postmaster.google.com.
- Mail-tester.com — Send a test email to the address they provide and get an instant deliverability score with specific recommendations.
- MXToolbox — Check if your domain or IP is on any blacklists.
Content That Triggers Spam Filters
Modern spam filters are sophisticated, but they still look for certain patterns. Avoid these in your emails:
Red Flag Words and Phrases
- "Act now," "Limited time," "Exclusive deal" (promotional pressure)
- "Free," "No cost," "Zero risk" (classic spam terminology)
- "Click here," "Click below" (generic CTAs)
- ALL CAPS in subject lines or body text
- Excessive exclamation marks!!!
- "Dear friend" or similar generic greetings
That said, context matters. Using "free" once in a professional email won't send you to spam. Using it 5 times in a short email with ALL CAPS and urgency language will.
Technical Triggers
- Too many links. Emails with 10+ links look like marketing blasts. For 1:1 emails, keep links to 2-3 maximum.
- Large images, little text. Image-heavy emails with minimal text trigger spam filters. Include substantial text content.
- Shortened URLs. Links from bit.ly, tinyurl.com, etc. are frequently used in spam. Use full, readable URLs.
- HTML-heavy formatting. Overly designed emails with complex HTML are more likely to be flagged than simple, text-forward messages.
- Mismatched sender info. If your "From" name doesn't match your domain or email address, that's suspicious.
Domain Warming: Starting from Scratch
If you have a new domain or a domain that hasn't sent much email, you need to "warm" it before sending at volume. Email providers are suspicious of new senders — just like banks are cautious with new credit applicants.
Warming Schedule
| Week | Daily Volume | Target Audience |
|---|---|---|
| Week 1 | 10-20 emails | People who will definitely open and reply (colleagues, friends, existing contacts) |
| Week 2 | 20-50 emails | Warm contacts and recent leads |
| Week 3 | 50-100 emails | Mix of warm and cold contacts |
| Week 4+ | Gradually increase by 25-50% per week | Full audience |
The key during warming is high engagement. You want opens, replies, and clicks from the majority of your recipients. This tells email providers that real people want to receive your emails.
Gmail-Specific Deliverability
Since most business email goes through Gmail, here are Gmail-specific factors:
Gmail's Category Tabs
Gmail sorts incoming email into tabs: Primary, Social, Promotions, and Updates. For 1:1 emails sent from Gmail (like those you'd track with Trackable), your messages will almost always land in Primary. But if your email looks like a marketing blast, it might get routed to Promotions.
To stay in Primary:
- Send from a personal email address, not a noreply@ address
- Write like a human, not a template
- Minimize HTML formatting
- Limit images and keep text substantial
- Personalize the opening
Google's 2024+ Requirements for Bulk Senders
Google now requires all bulk senders (5,000+ emails/day) to:
- Authenticate with SPF, DKIM, and DMARC
- Keep spam complaint rates below 0.3%
- Include one-click unsubscribe in marketing emails
- Use TLS for email transmission
Even if you're not a bulk sender, following these guidelines improves deliverability for everyone.
Diagnosing Deliverability Problems
If your open rates suddenly drop or you're getting bounce notifications, here's how to diagnose the issue:
Step 1: Check Your Open Rates
Use email tracking to monitor your open rates. If they drop below 20% for emails that normally get 50%+, you likely have a deliverability problem — not a content problem.
Step 2: Send Test Emails
Send emails to your personal Gmail, Outlook, and Yahoo accounts. Check if they land in inbox or spam. If they're going to spam, the issue is clear.
Step 3: Check Authentication
Open a received email in Gmail → Click the three dots → "Show original." Look for the authentication results: SPF, DKIM, and DMARC should all show "PASS."
Step 4: Check Blacklists
Use MXToolbox to check if your domain or sending IP is on any blacklists. If it is, each blacklist has a removal process (usually proving the spam issue has been resolved).
Step 5: Review Recent Changes
Did you recently change your sending volume? Add a new email tool? Modify DNS records? Start sending to a new audience? Any of these can affect deliverability.
The Deliverability + Tracking Connection
Email tracking and deliverability are closely connected. Your tracker is your early warning system — if open rates suddenly drop, tracking data reveals the problem before you waste more emails.
With Trackable, you get accurate open data (with ghost-open filtering) that tells you:
- Whether your emails are actually reaching inboxes (consistent open rates)
- If a specific recipient's organization is blocking you (zero opens from that domain)
- Whether a change you made (new domain, new template) affected deliverability
- Which days/times have the best delivery and open rates
Think of tracking as your deliverability dashboard — it doesn't fix problems directly, but it tells you exactly when and where problems exist.
Frequently Asked Questions
Can email tracking pixels affect deliverability?
Tracking pixels from reputable tools like Trackable have negligible impact on deliverability. They're tiny (1x1 pixel, transparent) and hosted on established servers. Spam filters don't penalize standard tracking pixels — if they did, every marketing email (which all use them) would go to spam. That said, avoid stacking multiple tracking tools on the same email, as the extra image loads can look suspicious.
Does sending too many emails from Gmail hurt deliverability?
Gmail has sending limits: 500 emails/day for free Gmail, 2,000/day for Google Workspace. Staying within these limits is essential. If you consistently bump up against the limit, your account may face temporary restrictions. For high-volume sending, use a dedicated email service provider rather than sending directly from Gmail.
How long does it take to fix a reputation problem?
It depends on the severity. Minor reputation dips can recover in 1-2 weeks by reducing volume and focusing on engaged recipients. Serious problems (blacklisting, high spam complaints) can take 4-8 weeks to resolve. The key is to stop doing whatever caused the problem, then gradually rebuild trust through high-engagement sending.
Should I use a subdomain for outreach emails?
Using a subdomain (e.g., outreach.yourdomain.com or mail.yourdomain.com) for cold outreach is a common strategy. It protects your main domain's reputation — if the subdomain's reputation suffers from cold email, your corporate email (on the main domain) is unaffected. Set up separate SPF, DKIM, and DMARC for the subdomain.
The Bottom Line
Deliverability isn't something you set up once and forget. It's an ongoing practice that requires monitoring and maintenance. But the good news is: the basics aren't complicated.
Start with these three things today:
- Verify your authentication. Check that SPF, DKIM, and DMARC are set up and passing.
- Monitor your engagement. Use Trackable to watch your open rates — drops indicate deliverability problems.
- Send like a human. Personalize, keep it simple, and don't send to people who don't want to hear from you.
Get these fundamentals right, and 95%+ of your emails will reach the inbox every time. More tips on avoiding the spam folder here.