New: Get a free GTM Diagnostic

Email Deliverability for Cold Outreach: Complete Technical Guide

Jamie Partridge
Jamie Partridge
Founder & CEO··13 min read

Email Deliverability for Cold Outreach: Complete Technical Guide

Updated March 2026 — Latest email authentication standards, sending best practices, and inbox placement strategies

Here is a number that should concern every outbound team: roughly 20% of legitimate cold emails never reach the inbox. They land in spam, get quarantined by a gateway, or vanish entirely into a blackhole. Your sequences, your copy, your offer — none of it matters if the email never arrives.

Deliverability is not a nice-to-have. It is the foundation that everything else in cold outreach sits on. You can have the best cold email strategy in the world, but if your technical infrastructure is weak, you are shouting into a void.

This guide covers the complete technical setup for cold email deliverability — from domain infrastructure and authentication through warming, sending practices, content optimisation, and monitoring. Whether you are building outbound in-house or evaluating an SDR-as-a-Service provider, understanding this stack is non-negotiable.


Table of contents

  1. Why deliverability is the foundation
  2. Domain infrastructure
  3. Authentication: SPF, DKIM, DMARC
  4. Domain and mailbox warming
  5. Sending best practices
  6. Content that avoids spam filters
  7. Monitoring and troubleshooting
  8. FAQs

Why deliverability is the foundation

Cold email is a numbers game, but not in the way most people think. The real leverage is not in sending more emails — it is in making sure a higher percentage of the emails you send actually reach the primary inbox.

Consider this. A team sending 100 emails per day with 80% deliverability puts 80 emails in front of prospects. A team sending 50 emails per day with 98% deliverability puts 49 emails in front of prospects — but those 49 land in the primary inbox, not the promotions tab or spam folder. The second team will book more meetings every single time, because inbox placement correlates directly with open rates, reply rates, and ultimately pipeline.

The email ecosystem has tightened significantly over the past two years. Google and Yahoo rolled out stricter authentication requirements in early 2024. Microsoft followed with their own enforcement in 2025. Bulk sender thresholds dropped. Spam complaint tolerances tightened. The bar for getting into the inbox is higher than it has ever been.

This is actually good news for teams that do the work. If you set up your infrastructure correctly, you have a structural advantage over the majority of senders who do not. The technical setup is not complicated — it just requires attention to detail and patience.

Let us walk through every layer.


Domain infrastructure

Never send from your primary domain

This is rule number one, and it is non-negotiable. Your primary domain — the one your website sits on, the one your employees use for day-to-day communication — should never be used for cold outreach.

The reason is simple: cold email carries risk. Even with perfect setup, some recipients will mark your messages as spam. If enough spam complaints accumulate against your primary domain, it damages the reputation of every email your company sends — including invoices, customer communications, internal emails, and marketing. One bad outbound campaign could tank deliverability across your entire organisation.

The fix is straightforward. Buy secondary domains specifically for outbound sending.

Buying secondary sending domains

Your secondary domains should look related to your primary domain but be clearly separate. Common naming conventions:

  • If your primary is company.com, your sending domains might be:
    • company-mail.com
    • getcompany.com
    • trycompany.com
    • companyhq.com
    • meetcompany.com

A few rules of thumb. Avoid domains that look spammy or misleading. Keep them professional and plausible. If a prospect glances at the sender address, it should look like a legitimate variation of your brand, not a phishing attempt. Stick to .com where possible — some spam filters treat newer TLDs with more suspicion.

Buy your domains from a reputable registrar (Google Domains, Namecheap, Cloudflare). Enable WHOIS privacy. And critically, set up a basic landing page or redirect on each sending domain. A domain with no web presence looks suspicious to spam filters.

How many domains and mailboxes

The standard formula for a meaningful outbound operation:

  • Domains: 3-5 sending domains for a small to mid-size operation. Larger teams running high-volume outbound may need 10+.
  • Mailboxes per domain: 2-3 mailboxes per domain. Each mailbox acts as an independent sender with its own reputation.
  • Sending per mailbox: 30-50 emails per day per mailbox (we will cover this in detail later).

So if you have 5 domains with 3 mailboxes each, that is 15 mailboxes. At 40 emails per day per mailbox, you are sending 600 emails per day with distributed risk. If one mailbox gets flagged, the others continue operating.

This distributed approach is how professional outbound teams — including our own outbound sales system setup — operate. It provides resilience and scale without concentrating risk.

Mailbox providers

The two main options are Google Workspace and Microsoft 365 (Outlook).

Google Workspace is the most common choice for cold outbound. It integrates well with most sending tools, has solid deliverability when properly configured, and is straightforward to set up. Cost is approximately $7-14 per mailbox per month depending on the plan.

Microsoft 365 is a strong alternative and can actually deliver better inbox placement when sending to organisations that run Microsoft infrastructure — which is a significant percentage of enterprise targets. Cost is similar to Google Workspace.

Many teams run a mix of both. Google mailboxes for sending to Gmail and general addresses. Microsoft mailboxes for sending to corporate Outlook environments. This is not essential, but it is an optimisation worth considering if you have the operational capacity.

Whichever provider you choose, set up each mailbox with a real first name, last name, professional profile photo, and complete signature. Mailboxes that look like real people get treated better by spam filters than generic addresses.


Authentication: SPF, DKIM, DMARC

Email authentication is the process of proving to receiving mail servers that you are who you say you are and that your emails have not been tampered with. There are three protocols that matter: SPF, DKIM, and DMARC. All three are mandatory. Missing even one will hurt deliverability.

SPF (Sender Policy Framework)

What it does: SPF tells receiving mail servers which IP addresses and servers are authorised to send email on behalf of your domain. When an email arrives claiming to be from your domain, the receiving server checks your SPF record to verify that the sending server is on the approved list.

How to set it up: SPF is a DNS TXT record added to your domain's DNS settings.

For Google Workspace, your SPF record looks like this:

Type: TXT
Host: @
Value: v=spf1 include:_spf.google.com ~all

For Microsoft 365:

Type: TXT
Host: @
Value: v=spf1 include:spf.protection.outlook.com ~all

If you use a cold email sending tool (Instantly, Smartlead, Apollo, etc.) in addition to your mailbox provider, you need to include their SPF record as well. For example:

v=spf1 include:_spf.google.com include:sendingplatform.com ~all

Important notes:

  • You can only have one SPF record per domain. If you need multiple includes, combine them into a single record.
  • The ~all at the end means "soft fail" for unauthorised senders (recommended). Using -all is a hard fail — stricter but can cause issues during initial setup.
  • SPF has a 10 DNS lookup limit. If you exceed this, the record breaks. Tools like MXToolbox can check your lookup count.

DKIM (DomainKeys Identified Mail)

What it does: DKIM adds a cryptographic signature to your outgoing emails. The receiving server uses a public key published in your DNS to verify that the email content has not been altered in transit and that it genuinely came from your domain.

How to set it up: DKIM requires two things — a private key (used by your mail server to sign outgoing messages) and a public key (published as a DNS TXT record so receiving servers can verify the signature).

If you use Google Workspace:

  1. Go to Google Admin Console > Apps > Google Workspace > Gmail > Authenticate Email.
  2. Select your domain and click "Generate New Record."
  3. Google provides a DNS TXT record. Add it to your domain's DNS.

The record will look something like:

Type: TXT
Host: google._domainkey
Value: v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUA... (long key string)
  1. Once the DNS record propagates (usually 15-60 minutes), go back to Google Admin and click "Start Authentication."

For Microsoft 365, the process is similar — you generate DKIM keys in the Microsoft 365 admin center under Email Authentication, then publish the CNAME records Microsoft provides.

Most cold email platforms also provide their own DKIM records that you need to add. Check each platform's documentation and add their records alongside your mailbox provider's DKIM.

DMARC (Domain-based Message Authentication, Reporting & Conformance)

What it does: DMARC ties SPF and DKIM together and tells receiving servers what to do when an email fails authentication. It also provides reporting so you can monitor who is sending email on behalf of your domain.

How to set it up: DMARC is another DNS TXT record.

Start with a monitoring-only policy:

Type: TXT
Host: _dmarc
Value: v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com

The p=none policy means "do not take action on failures, just send me reports." This is where you should start. It lets you monitor authentication results without risking legitimate emails being rejected.

After 2-4 weeks of monitoring (and confirming everything passes), you can tighten the policy:

  • p=quarantine — Failed emails go to spam.
  • p=reject — Failed emails are blocked entirely.

For cold outbound sending domains, p=none or p=quarantine is typically sufficient. The goal is to have the record in place and passing — many receiving servers simply check whether DMARC exists and passes, rather than enforcing the policy strictly.

The rua tag is the reporting address. DMARC aggregate reports are XML files that show you who is sending email using your domain. Services like Postmark DMARC, DMARCian, or EasyDMARC can parse these reports into readable dashboards.

How to verify your authentication

Once all three records are in place, verify them:

  • MXToolbox (mxtoolbox.com) — Use the SuperTool to check SPF, DKIM, and DMARC records for any domain. This is the standard go-to.
  • Google Admin Toolbox (toolbox.googleapps.com) — Check MX records and dig into DNS issues.
  • mail-tester.com — Send a test email and get a deliverability score with specific feedback on what is passing and failing.
  • DMARC Analyzer — Monitor ongoing DMARC reports.

Do not skip verification. A misconfigured SPF record or a DKIM key that has not been activated are invisible problems — everything looks fine from your end, but receiving servers are silently downgrading or rejecting your emails.


Domain and mailbox warming

What warming is and why it matters

A brand-new domain or mailbox has no sending reputation. Email providers treat unknown senders with suspicion — the same way a bank treats a new account with no credit history. Warming is the process of gradually building a positive sending reputation by sending low volumes of email that generate engagement (opens, replies, clicks).

If you skip warming and immediately start sending 50 cold emails per day from a new mailbox, you will almost certainly land in spam. The sudden volume spike from an unknown sender is one of the strongest spam signals.

Manual vs automated warming

Manual warming involves sending real emails to colleagues, friends, and contacts who will open and reply. This builds genuine engagement signals. It is effective but time-consuming and hard to scale.

Automated warming tools simulate this process at scale. Tools like Instantly, Warmbox, Mailreach, and Lemwarm maintain networks of real mailboxes that exchange emails with your mailboxes. They open, reply, and mark messages as "not spam" — creating the engagement signals that build reputation.

Most teams use automated warming because of the volume and consistency required. The best approach is to combine both — use an automated tool as the baseline and supplement with real manual emails during the warming period.

Important: Keep warming running even after you start sending cold emails. Ongoing warming helps maintain reputation and counterbalances any negative signals from cold outreach. Budget for warming tool costs as a permanent line item, not a one-time expense.

Warming timeline

Plan for 2-4 weeks of warming before sending any cold outreach. Newer domains with no history need the full 4 weeks. Domains that have existed for a while but have never sent email may get by with 2-3 weeks.

Ramp schedule

Here is a typical warming ramp for a new mailbox:

Day Warming emails/day Notes
Day 1-3 5 Start very low. All should be opened and replied to.
Day 4-7 10-15 Gradual increase. Mix of warming and a few real emails.
Day 8-14 20-30 Steady build. Monitor for any spam folder placement.
Day 15-21 30-40 Approaching sending capacity. Reputation should be establishing.
Day 22-28 40-50 Full warm. Ready to begin cold outreach alongside warming.

When you start cold outreach, do not immediately go to full volume. Start with 10-15 cold emails per day alongside your warming, and ramp up over another 1-2 weeks to your target volume. The warming emails should continue running at 20-30 per day as a baseline.

If at any point during warming you notice emails landing in spam (check by sending to your own test accounts at Gmail, Outlook, and Yahoo), pause and diagnose before continuing.


Sending best practices

Daily sending limits

This is where discipline matters most. The temptation to send more is always there — but exceeding safe sending limits is the fastest way to destroy a mailbox.

Recommended limits:

  • 30-50 emails per mailbox per day for cold outreach. This includes new emails, follow-ups, and replies.
  • Never exceed 50 per mailbox. Some teams push to 60-80 and get away with it temporarily, but it catches up.
  • Total volume across all mailboxes should be managed. If you have 15 mailboxes sending 40 each, that is 600 per day — which is substantial for most B2B operations.

These limits apply to cold outreach specifically. Warming emails run on top of these limits but are treated differently by reputation systems because they generate positive engagement.

If you need to send more, add more mailboxes and domains. Do not increase per-mailbox volume. Horizontal scaling (more mailboxes) is always safer than vertical scaling (more emails per mailbox).

Sending windows

When you send matters almost as much as what you send.

  • Send during business hours in the recipient's timezone. An email that arrives at 9:15am local time on a Tuesday performs dramatically better than one that arrives at 2am on a Saturday.
  • Best days: Tuesday through Thursday consistently outperform Monday and Friday for B2B cold email.
  • Best times: 8:00-10:00am and 1:00-3:00pm in the recipient's local time.
  • Spread sends across the day. Do not blast all 40 emails at 9:00am sharp. Distribute them across a 4-6 hour window with random delays between sends. Drip sending looks natural. Batch sending looks automated.

Most cold email platforms handle timezone-aware sending and randomised delays automatically. If yours does not, it is worth switching to one that does.

Reply management

Replies are the single most powerful signal for inbox placement. When a prospect replies to your cold email — even a "not interested" reply — it tells the email provider that your message was legitimate and welcomed enough to warrant a response.

This is why your cold email templates need to be written to invite replies, not just clicks. Questions at the end of emails, low-friction asks, and genuine personalisation all drive reply rates up.

Operational rules:

  • Respond to every reply within 24 hours. Fast response times strengthen the sender-recipient relationship signal.
  • Even negative replies ("not interested," "remove me") should get a polite response. The reply exchange itself helps reputation.
  • Unsubscribe requests must be honoured immediately. Not just for compliance — ignoring them leads to spam complaints, which are far more damaging.
  • Set up proper handling for out-of-office replies. They still count as engagement.

Bounce handling

Bounces hurt reputation. Hard bounces (invalid email addresses) are particularly damaging.

  • Hard bounce rate should stay below 3%. If it exceeds 5%, pause sending and clean your list immediately.
  • Soft bounces (full inbox, server temporarily unavailable) are less damaging but should be monitored. Retry soft bounces once or twice, then stop.
  • Verify email addresses before sending. Tools like ZeroBounce, NeverBounce, and MillionVerifier validate email addresses against the receiving server without actually sending an email. Run every list through verification before loading it into your sequences.
  • Remove bounced addresses immediately. Never send to an address that has hard bounced. Add it to a permanent suppression list.

The cold email ROI calculator can help you model the impact of bounce rates on your overall campaign economics. Even small improvements in list quality compound into significant ROI differences.


Content that avoids spam filters

Technical infrastructure gets your email to the server. Content determines whether it reaches the inbox or gets filtered.

Modern spam filters use machine learning and natural language processing, not just keyword matching. But certain content patterns still trigger filtering reliably. Here is what to watch for.

Spam trigger words

Certain words and phrases are weighted as spam signals. "Free," "guarantee," "act now," "limited time," "click here," "buy now," and similar high-pressure sales language will hurt your inbox placement.

This does not mean you can never use these words. Context matters. But if your email is from an unknown sender, has no prior relationship, and uses multiple spam trigger phrases, filters will flag it.

Use our spam word checker to scan your email copy before sending. It flags common trigger words and phrases so you can rewrite before they cause problems.

Similarly, run your subject lines through the email subject line tester to check for spam triggers, length issues, and readability problems before they go live.

HTML vs plain text

For cold outreach, plain text wins. Every time.

HTML emails with fancy formatting, images, buttons, and styled layouts look professional — but they also look like marketing emails. Spam filters know the difference between a 1:1 email from a person and a templated marketing blast. HTML formatting is one of the strongest signals of the latter.

Plain text emails look like they were written by a real person sitting at their desk. That is exactly the impression you want to create, because that is what cold email should be — a personal, relevant message from one professional to another.

If you must use minimal HTML (bold text, a single link), keep it extremely simple. No images embedded in the email body. No coloured text. No fancy signatures with multiple images and social icons.

Link tracking considerations

This is a nuanced one. Most cold email platforms offer open tracking (invisible pixel) and click tracking (redirecting links through their domain). Both are useful for measuring performance — but both carry deliverability risks.

Open tracking adds an invisible image pixel to your email. Some spam filters flag this, especially when the tracking domain has a poor reputation. Many teams are moving away from open tracking entirely because the data is increasingly unreliable (Apple Mail Privacy Protection, for example, opens all images by default, inflating open rates).

Click tracking rewrites your links to pass through the sending platform's redirect domain. If that redirect domain has a poor reputation (because thousands of other users are also routing links through it), your emails suffer by association.

Best practices:

  • Use a custom tracking domain if your platform supports it. This isolates your link reputation from other senders.
  • Limit links to 1-2 per email. More links look like marketing.
  • Avoid link tracking on your first email in a sequence. Let the first touch be clean. Track clicks on follow-ups if needed.
  • Consider disabling open tracking entirely and measuring engagement through replies instead.

Image usage

Do not include images in cold emails. No logos, no banners, no screenshots, no GIFs. Every image adds HTML weight, looks like marketing, and increases the chance of spam filtering.

The exception is your email signature, which may include a small profile photo or company logo. Even then, keep it to one small image maximum, and host it on your own domain.

Signature best practices

Your email signature should be simple, professional, and lightweight.

Good signature:

  • Full name
  • Title
  • Company name (linked to your website)
  • Phone number
  • One line of text (optional — a short tagline or social proof)

Avoid:

  • Multiple images and social media icons
  • Long legal disclaimers
  • HTML-heavy designs with tables and colour blocks
  • Multiple links
  • Promotional banners

A clean signature reinforces that this is a real person sending a real email. A heavy signature screams "marketing template."


Monitoring and troubleshooting

Key deliverability metrics

Track these weekly across every sending mailbox:

Metric Healthy range Action threshold
Open rate 50-70% Below 40% indicates deliverability issues
Reply rate 3-8% Below 2% suggests inbox placement or content problems
Bounce rate Below 3% Above 5% — pause and clean lists immediately
Spam complaint rate Below 0.1% Above 0.3% — stop sending, investigate
Unsubscribe rate Below 1% Spikes indicate targeting or content issues

Open rate is your primary deliverability canary. If open rates suddenly drop across multiple mailboxes, it almost always means your emails are hitting spam or being filtered before the inbox.

Reply rate is a secondary indicator. Low reply rates with normal open rates suggest a content or targeting problem, not a deliverability problem.

What to do when deliverability drops

Deliverability drops happen. The question is how quickly you identify and respond to them.

Immediate steps:

  1. Pause cold sending from affected mailboxes. Do not try to push through a deliverability issue.
  2. Check authentication. Verify SPF, DKIM, and DMARC are still passing. DNS records can be accidentally modified or overwritten.
  3. Check blacklists. Use MXToolbox to see if your sending domain or IP is on any major blacklists (Spamhaus, Barracuda, SORBS, etc.).
  4. Review recent changes. Did you increase volume? Change email content? Send to a new list? Import unverified contacts? The cause is almost always something that changed recently.
  5. Send test emails to your own Gmail, Outlook, and Yahoo accounts. Check whether they land in inbox, promotions, or spam. Check the email headers for authentication results.

Recovery steps:

  1. Reduce volume to 10-15 emails per day per affected mailbox.
  2. Increase warming to counterbalance negative signals.
  3. Clean your lists aggressively — re-verify all remaining contacts.
  4. Simplify your email content. Strip out links, images, and anything that could trigger filters.
  5. Gradually ramp back up over 2 weeks once inbox placement improves.

If a specific mailbox is severely compromised (consistent spam placement, blacklisted), it may be faster to retire it and warm a new one rather than trying to rehabilitate it.

Blacklist checking

Blacklists are databases of IP addresses and domains that have been flagged for sending spam. Being on a blacklist can devastate deliverability.

How to check:

  • MXToolbox Blacklist Check (mxtoolbox.com/blacklists.aspx)
  • MultiRBL (multirbl.valli.org)
  • Spamhaus (check.spamhaus.org)

How to get delisted: Most blacklists have a delisting process. Some remove listings automatically after a period of no spam activity (24-72 hours). Others require you to submit a delisting request and demonstrate that the issue has been resolved. Spamhaus, the most impactful blacklist, has a well-documented removal process on their website.

Prevention is better than cure. Maintain clean lists, respect sending limits, honour unsubscribes, and monitor complaints. If you are on this guide's recommended setup, blacklisting should be rare.

Google Postmaster Tools

If you send to Gmail addresses (and you will — Gmail has over 1.8 billion users), Google Postmaster Tools is essential. It is free and provides:

  • Domain reputation: Google's assessment of your sending domain, from "Bad" to "High."
  • IP reputation: Same scoring for the IPs you send from.
  • Spam rate: The percentage of your emails that Gmail users marked as spam.
  • Authentication: Whether SPF, DKIM, and DMARC are passing for your traffic.
  • Encryption: TLS compliance.

Set up Google Postmaster Tools for every sending domain. Check it weekly. A drop from "High" to "Medium" reputation is an early warning that should trigger immediate investigation.

Microsoft offers similar (though less detailed) tools through their Smart Network Data Services (SNDS) platform. It is worth setting up if a significant portion of your targets use Outlook.


Putting it all together

Deliverability is not a one-time setup. It is an ongoing operational discipline. Here is the complete checklist:

Infrastructure (do once):

  • Buy 3-5 secondary sending domains
  • Set up 2-3 mailboxes per domain (Google Workspace or Microsoft 365)
  • Configure SPF, DKIM, and DMARC for every domain
  • Set up basic landing pages on each sending domain
  • Verify authentication with MXToolbox

Warming (2-4 weeks before sending):

  • Start automated warming on all mailboxes
  • Ramp from 5 to 50 emails/day over 2-4 weeks
  • Send manual test emails to verify inbox placement
  • Keep warming running permanently

Ongoing operations:

  • Stay within 30-50 cold emails per mailbox per day
  • Send during business hours, timezone-aware
  • Verify all email lists before importing
  • Monitor open rates, bounce rates, and complaint rates weekly
  • Check Google Postmaster Tools weekly
  • Respond to all replies within 24 hours
  • Honour all unsubscribe requests immediately
  • Run blacklist checks monthly

If this feels like a lot of operational overhead, that is because it is. This is precisely why many B2B teams choose to outsource their outbound infrastructure to specialists. Our outbound sales system setup service handles every layer of this stack — domain procurement, authentication, warming, tooling configuration, and ongoing monitoring — so your team can focus on what they do best: having conversations with qualified prospects.

For teams that want the full outbound engine managed end-to-end, our SDR-as-a-Service includes complete infrastructure management as part of the engagement.


Frequently Asked Questions

How long does it take to set up cold email infrastructure from scratch?

The technical setup — buying domains, creating mailboxes, configuring SPF, DKIM, and DMARC — takes 1-2 days. The warming process takes 2-4 weeks. So from a standing start, expect 3-5 weeks before you can begin sending cold outreach at meaningful volume. Rushing this timeline is one of the most common mistakes teams make, and it results in poor deliverability that can take weeks to recover from.

How many emails can I send per day for cold outreach?

The safe range is 30-50 emails per day per mailbox. This includes new emails, follow-ups, and manual replies. To send higher volumes, add more mailboxes and domains rather than increasing per-mailbox limits. A typical mid-size outbound operation uses 10-15 mailboxes across 3-5 domains, enabling 400-750 emails per day with distributed risk and healthy deliverability.

Do I really need separate domains for cold email?

Yes, absolutely. Sending cold outreach from your primary domain puts your entire email reputation at risk. If your outbound campaigns generate spam complaints or get blacklisted, every email from your company — sales, support, invoices, internal communications — suffers. Secondary domains isolate this risk completely. They cost a few dollars per year each. There is no valid reason not to use them.

What is the difference between SPF, DKIM, and DMARC?

SPF verifies that the sending server is authorised to send on behalf of your domain. DKIM cryptographically signs your emails to prove they have not been tampered with in transit. DMARC ties SPF and DKIM together and tells receiving servers what to do when authentication fails. All three are required for modern email deliverability. Missing any one of them will significantly hurt your inbox placement, especially with Google, Yahoo, and Microsoft enforcing stricter authentication standards.

Should I use Google Workspace or Microsoft 365 for cold email?

Both work well. Google Workspace is the most popular choice because of its broad compatibility with cold email tools and generally strong deliverability. Microsoft 365 can deliver better results when your targets primarily use Outlook and Microsoft infrastructure. Many advanced outbound teams use both, routing emails based on the recipient's email provider. If you are starting out and want simplicity, Google Workspace is the safer default.

How do I know if my emails are landing in spam?

Monitor your open rates — a sudden drop below 40% across multiple mailboxes typically indicates spam placement. Send regular test emails to your own Gmail, Outlook, and Yahoo accounts and check which folder they land in. Use Google Postmaster Tools to monitor domain reputation and spam complaint rates. Tools like mail-tester.com provide instant deliverability scoring. If your email subject lines are strong and targeting is accurate but open rates are low, deliverability is almost always the cause.

Can I warm an email domain that has been burned?

It depends on how badly the domain is damaged. If it was blacklisted briefly and the underlying issues have been fixed, you can attempt recovery by reducing volume, increasing warming, and cleaning lists — expect 2-4 weeks of rehabilitation. If the domain has a persistent bad reputation, multiple blacklist appearances, or was reported by many recipients, it is often faster and more effective to retire it and start fresh with a new domain. Domains cost a few dollars — your time and pipeline are worth more than trying to save a burned one.

What tools do I need for cold email deliverability?

At minimum, you need a mailbox provider (Google Workspace or Microsoft 365), a cold email sending platform (Instantly, Smartlead, Lemlist, or Apollo), a warming tool (often built into your sending platform), and an email verification service (ZeroBounce, NeverBounce, or MillionVerifier). For monitoring, use MXToolbox for authentication checks, Google Postmaster Tools for Gmail reputation, and our free spam word checker and cold email ROI calculator for campaign optimisation. The total tooling cost is typically $200-500 per month depending on volume.


Get your outbound infrastructure right

Deliverability is the invisible foundation of every successful cold outreach programme. Get it right, and your sequences, copy, and targeting have a fair chance of producing results. Get it wrong, and nothing else you do matters.

If you want help building this infrastructure — or if you want a team that handles the entire outbound engine from infrastructure through to booked meetings — talk to us about our outbound sales system setup or explore our full SDR-as-a-Service offering.


Written by Jamie Partridge, Founder of UpliftGTM.

Jamie Partridge
Written by Jamie Partridge

Founder & CEO of UpliftGTM. Building go-to-market systems for B2B technology companies — outbound, SEO, content, sales enablement, and recruitment.

Related Articles

Ready to Transform Your Sales Development?

Partner with UpliftGTM to build a predictable pipeline of qualified leads. Our expert SDR team delivers consistent results for technology companies like yours.