Passer au contenu principal
    Technical guide

    Email Deliverability: The Complete Guide to Never Landing in Spam (2026)

    You send emails. They don't arrive. No bounce, no error, just silence. Your messages disappear into spam or promotions folders, and you don't even know it. In 2026, email deliverability is the invisible factor that separates campaigns with 45% open rates from those stuck at 8%. This guide explains everything, from DNS to monitoring, without inaccessible jargon.
    ✍️ Par Gaëtan Fizero 14 min

    I learned email deliverability the most painful way possible: by losing 3 months of prospecting to spam without knowing it. My emails were being sent, my stats showed "delivered," but nobody saw them. Open rate: 6%. Reply rate: 0%.

    The problem wasn't my message. It was my infrastructure. Since then, I've studied the subject in depth. Today, our campaigns achieve 42-48% open rates and a bounce rate below 2%. This guide gives you everything you need to get there.

    Deliverability: what it really is

    Email deliverability is the probability that a sent email arrives in the recipient's primary inbox (not in spam, not in promotions, not lost in transit).

    In 2026, spam filters analyze three dimensions to decide the fate of your email:

    1. Technical authentication, is your domain legitimate?
    2. Sender reputation, is your sending history healthy?
    3. Content and behavior, does your email look like spam?

    If you fail on any of these dimensions, your emails don't arrive. No error message, no notification, just silence.

    Dimension 1: Technical authentication (SPF / DKIM / DMARC)

    This is the foundation. Without these three protocols configured, you're sending emails "without ID." Receiving servers don't trust you by default.

    SPF (Sender Policy Framework)

    What it is: A DNS record that lists the servers authorized to send emails for your domain.

    Analogy: It's like telling the postal service "only these mail carriers are allowed to deliver letters on my behalf."

    How to configure it:

    1. Identify all services that send emails for you (your host, Brevo, Amplemarket, Google Workspace, etc.).
    2. Create a TXT record in your DNS: v=spf1 include:_spf.google.com include:spf.brevo.com include:spf.amplemarket.com -all
    3. The -all means: any server not listed is forbidden.

    Common pitfall: Not updating SPF when you switch sending tools. If you move from Mailchimp to Brevo, update SPF immediately.

    DKIM (DomainKeys Identified Mail)

    What it is: A cryptographic signature added to every email, proving it hasn't been modified in transit.

    Analogy: It's a wax seal on a letter. If the seal is intact, the content is authentic.

    How to configure it:

    1. Your sending tool (Brevo, Amplemarket, Google) provides you with a DKIM key.
    2. You add this key as a CNAME or TXT record in your DNS.
    3. Every email sent will be automatically signed.

    Common pitfall: Forgetting to configure DKIM for each separate sending tool. If you use Google Workspace AND Brevo, each must have its own DKIM key.

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

    What it is: The policy that tells receiving servers what to do when an email fails SPF or DKIM checks.

    Analogy: It's your instruction to security: "if someone claims to come from me but doesn't have the right badge, refuse them."

    How to configure it:

    1. Start in monitoring mode: v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
    2. Analyze the reports for 2-4 weeks.
    3. Switch to quarantine then reject mode: v=DMARC1; p=reject; rua=mailto:dmarc@yourdomain.com

    Common pitfall: Going directly to p=reject without monitoring. You risk blocking your own legitimate emails if a service isn't properly configured.

    Since 2024: it's mandatory

    Google and Microsoft have made SPF + DKIM + DMARC mandatory for any sender sending more than 5,000 emails/day. Even below this threshold, the absence of these protocols is a negative signal that degrades your placement. There's no reason not to configure them. It's 30 minutes of work, once and for all.

    Dimension 2: Sender reputation

    Your domain has an invisible "trust score" calculated by email providers. This reputation builds (or destroys itself) over time.

    What builds reputation

    • Regular sends (no sudden spikes).
    • Positive interactions (opens, clicks, replies).
    • Low bounce rate (< 3%).
    • Low complaint rate (< 0.1%).
    • Domain age (a 2-year-old domain > a 2-day-old domain).

    What destroys reputation

    • Sudden mass sends (0 on Monday, 500 on Tuesday = spam signal).
    • Bounces (invalid addresses = suspected purchased list).
    • Complaints ("report as spam" button = instant death).
    • Spam traps (decoy addresses from ISPs, found in old lists).

    Warm-up: building reputation progressively

    A new or inactive domain must be "warmed up" before being used for commercial sending. Warm-up means sending increasing volumes of emails that generate positive interactions.

    Week 1: 5-10 emails/day, only to contacts who will reply. Week 2: 15-25 emails/day. Week 3: 40-60 emails/day. Week 4: 80-100 emails/day (cruising volume for cold email).

    Amplemarket fully automates this process. Its warm-up network has your mailboxes interact with other accounts in the network (send, open, reply) to build positive reputation on an accelerated timeline. Their internal data shows bounces reduced by 72% compared to sending without warm-up.

    Mailbox rotation

    Sending 200 emails from a single address stresses that address. Rotation distributes the volume across multiple mailboxes so that each stays below its comfort threshold.

    Recommended configuration:

    • 1 secondary domain for every 50 emails/day.
    • 2-3 mailboxes per domain.
    • Automatic rotation between mailboxes.

    Amplemarket's Domain Health Center centralizes the monitoring of all your domains: reputation score, bounce rate per domain, real-time alerts if a domain shows signs of fatigue. It's the equivalent of a medical dashboard for your email infrastructure.

    Dimension 3: Content that passes the filters

    Even with perfect infrastructure, certain content triggers filters.

    Triggers to avoid

    Toxic words: "free," "promotion," "exceptional offer," "click here," "urgent," "last chance." These words don't automatically condemn an email, but they increase the spam score.

    Heavy HTML: Large images, complex tables, lots of colors and fonts. Prospecting emails should be in plain text or minimal HTML (a simple signature, not a graphic newsletter).

    Text-to-link ratio: More than 2 links in a prospecting email is suspicious. Ideally: 0 or 1 link maximum in the first email.

    Attachments: Absolutely avoid in the first contact. If you must send a document, use a link (Google Drive, etc.) starting from the 2nd email.

    Excessive tracking: The tracking pixel (opens) and link tracking add invisible code that can trigger filters. Some tools allow you to disable tracking on the first email of a sequence to maximize deliverability.

    Pre-send spam checker

    Before launching a campaign, test your email against spam filters. Amplemarket includes a native spam checker that analyzes your content and alerts you to risky elements before sending. It's a precaution that takes 30 seconds and avoids weeks of problems.

    Setting up continuous monitoring

    Deliverability isn't a one-time project. It's a living indicator that evolves every day.

    Metrics to monitor

    MetricHealthyAlertCritical
    Open rate> 35%20-35%< 20%
    Bounce rate< 2%2-5%> 5%
    Complaint rate< 0.05%0.05-0.1%> 0.1%
    Domain score (Google Postmaster)HighMediumLow

    Monitoring tools

    Google Postmaster Tools (free), shows your domain's reputation as seen by Gmail. Essential.

    Amplemarket Domain Health Center, multi-domain real-time monitoring, proactive alerts, automatic recommendations.

    For a DIY setup: You can build a monitoring workflow with Make or n8n that checks your rates daily via your sending tools' APIs and alerts you in case of anomalies. Our Make vs n8n comparison helps you choose the orchestrator.

    The specific case of marketing email

    Everything above applies equally to prospecting (cold email) and marketing (newsletters, automation sequences). But marketing email has specifics:

    Clean list = healthy deliverability

    In marketing, your list is your asset. A clean list (verified addresses, recent engagement) guarantees good deliverability. A polluted list (old addresses, inactive subscribers, purchased databases) destroys it.

    Recommended cleanup: Remove contacts with no opens in the last 6 months. It hurts the numbers ("I had 10,000 contacts, now I have 4,000") but your deliverability improves immediately.

    Brevo handles this well with engagement segmentation and automatic cleanup tools. Our Brevo vs Mailchimp vs HubSpot comparison details each platform's approach to list management.

    Separating prospecting from marketing

    Golden rule: never send cold email and marketing from the same domain. The risk profiles are different (cold email naturally has more bounces and complaints). Use secondary domains for prospecting, and your primary domain for marketing to your existing base.

    The 5 fatal mistakes

    1. Sending 500 emails on day 1, 2-4 weeks of warm-up is mandatory.
    2. Ignoring bounces, verify addresses before sending (Amplemarket does this natively).
    3. Prospecting from your primary domain, an incident impacts ALL your emails (clients, invoices, support).
    4. Not monitoring, check metrics weekly, set up alerts.
    5. Buying lists, spam traps and invalid addresses destroy your reputation instantly.

    Amplemarket: the all-in-one solution vs DIY

    Let's be honest: you can manage your deliverability with separate tools. A warm-up tool (Lemwarm, ~EUR 30/month), an email verification tool (Zerobounce, ~EUR 15/month), a monitoring tool (Google Postmaster + custom), and a sending tool (Lemlist, Instantly). Total: 4 tools, ~EUR 100-150/month, and time to coordinate them.

    Amplemarket integrates everything in a single platform:

    • Automatic warm-up of all mailboxes.
    • Smart rotation between domains and mailboxes.
    • Domain Health Center with real-time monitoring.
    • Spam checker before sending.
    • Email verification in real time (300M+ verified contacts database).
    • Proactive alerts if a domain shows signs of fatigue.

    The measured result: bounce rate reduced by 72%, inbox placement rate above 95% for well-configured accounts. That's the difference between managing deliverability and no longer having to think about it.

    The limitation: Amplemarket is positioned for B2B cold email. For marketing email (newsletters, automation), Brevo remains more suitable with its segmentation, automation, and large-scale list management tools. The two are complementary.

    The limits of this guide

    Deliverability is one factor among others. Reaching the inbox doesn't guarantee opens. The subject line, the sender name, and the send timing also matter. Our guide on B2B cold email covers these aspects.

    The rules change. ISPs (Gmail, Microsoft, Yahoo) regularly adjust their algorithms. What works in July 2026 may need adjustments in 2027. Stay informed.

    No tool guarantees 100%. Even with Amplemarket and perfect configuration, some emails will land in spam. The goal is to maximize placement rate (> 95%), not reach 100%.

    The problem might be your offer. If your emails arrive, get opened, but generate no replies, the issue isn't technical. It's your message or your targeting. Deliverability is a necessary condition, not a sufficient one.

    Our Batemark recommendation

    For B2B cold email prospecting:

    Amplemarket is the clear recommendation. Everything is integrated (warm-up, rotation, monitoring, sending, database) and the results speak for themselves: bounces under 3%, inbox placement > 95%. It's the most profitable investment for an SMB doing outbound prospecting.

    For marketing email:

    Brevo for sending + Make for monitoring and automatic cleanup workflows. SPF/DKIM/DMARC configuration + quarterly list cleanup. For an SMB sending newsletters and automation sequences to its base, this is sufficient.

    For DIY monitoring:

    Google Postmaster Tools (free) + a Make scenario that pulls your daily rates and alerts you if an indicator enters the red zone. Our article on automated B2B prospecting shows how to integrate this monitoring into a global workflow.

    Key takeaways

    Email deliverability is the invisible prerequisite of any prospecting or email marketing strategy. Without it, you're talking into the void. The good news: it's a solved problem in 2026 if you follow the fundamentals. SPF/DKIM/DMARC configured, progressive warm-up, mailbox rotation, clean list, and continuous monitoring. For SMBs that don't want to manage the technical complexity, Amplemarket automates the whole thing. For marketing emails, Brevo gets the job done with the right configuration. In both cases, 30 minutes of technical setup today saves you months of frustration tomorrow.

    Frequently asked questions

    Why do my emails land in spam even though I'm not a spammer?

    Spam filters don't judge your intent. They analyze technical signals (misconfigured DNS, young domain, no warm-up) and behavioral signals (sudden volume, high bounce rate, few positive interactions). You can be legitimate and still have a spammer's technical profile. The solution: configure SPF/DKIM/DMARC, progressive warm-up, and continuous reputation monitoring.

    How long does it take to improve deliverability?

    If your problem is technical (missing DNS): 24-48 hours after correction. If it's a reputation problem (burned domain): 4-8 weeks of warm-up with low volumes and positive interactions. If it's a list problem (many invalid addresses): immediate cleanup + 1-2 weeks for filters to register the improvement. Amplemarket can shorten these timelines thanks to its warm-up network.

    SPF, DKIM, DMARC: do you really need all three?

    Yes, absolutely all three. Since 2024, Google and Microsoft require SPF + DKIM + DMARC for any sender sending more than 5,000 emails/day. But even below this threshold, their absence is a negative signal that degrades your inbox placement. Configuration takes 30 minutes once and for all. There's no reason not to do it.

    Amplemarket vs separate warm-up tools (Lemwarm, Warmbox): what's the difference?

    Separate warm-up tools only do warm-up. You have to combine them with a sending tool, a rotation tool, and a monitoring tool. Amplemarket integrates everything in a single platform: automatic warm-up, mailbox rotation, Domain Health Center, pre-send spam checker, and real-time alerts. For an SMB that doesn't want to manage 4 separate tools, it's simpler and more reliable. Measured result: bounces reduced by 72% vs a DIY setup.

    Can I repair a burned domain, or do I need to create a new one?

    A domain with a very bad reputation (blacklisted, complaint rate > 1%) is extremely difficult to recover. Allow 8-12 weeks minimum of ultra-low volumes with positive interactions. In practice, creating a new secondary domain and warming it up from scratch is often faster (3-4 weeks). Keep your primary domain protected for transactional emails and client communication. Always prospect from secondary domains.

    Want to automate your business with AI?

    In 30 minutes, we identify together the 2-3 automations that will save you the most time. Free audit, no strings attached.

    Articles similaires