Skip to content
Marketing & SEO Rich #deliverability#spf#dkim

Email Deliverability Stack

SPF, DKIM, DMARC, BIMI, sender reputation. The auth stack that gets you to inbox.

A free, animated email deliverability stack you can read here or embed on any website, from Scrollchart.

Email Deliverability Stack

Email Deliverability StackFour auth layers that separate inbox placement from spam folder. Each has a distinct failure mode.SPFSender Policy FrameworkAuthorizes IP addresses allowed to sendFail: IP not listed → Softfail or rejectDKIMDomainKeys Identified MailCryptographic signature per messageFail: Signature mismatch → Unsigned / suspiciousDMARCDomain Auth, ReportingPolicy: none / quarantine / rejectFail: SPF + DKIM both fail → Per policy: quarantine or rejectBIMIBrand Indicators for Message IDDisplays brand logo in inbox (requires p=quarantine+)Fail: No VMC certificate → No logo shownReputation78 / 100Continuous signal across all sends

A layered diagram of email auth: SPF authorizes sending IPs, DKIM signs the message, DMARC tells receivers what to do on failure, BIMI shows the brand logo. Sender reputation overlays as a continuous trust signal. Each layer shows what happens when it fails.

Good for

  • Deliverability troubleshooting guides explaining what each auth layer does and why it fails
  • Email-auth setup walkthroughs for teams migrating to a new sending domain or ESP
  • Articles comparing inbox vs spam placement rates before and after DMARC enforcement

Source & accuracy

This email deliverability stack is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

The authentication stack that prevents your emails from reaching spam

Email deliverability depends on proving you are who you claim to be. SPF (Sender Policy Framework) publishes a list of servers authorized to send email from your domain. DKIM (DomainKeys Identified Mail) cryptographically signs emails proving they originated from your domain, not a spoofed sender. DMARC (Domain-based Message Authentication and Conformance) sets policy on what to do with failed SPF or DKIM (accept, quarantine, or reject). Together, these prove ownership and make spoofing impossible. Mailboxes treat unsigned emails with suspicion, routing them to spam folders even if the content is clean.

BIMI (Brand Indicators for Message Identification) adds your logo to authenticated emails in supported mailboxes, building brand recognition and signaling legitimacy. Sender reputation (the ISP's assessment of your email-sending patterns) is built over time based on bounce rates, spam complaints, and engagement levels. A new domain sending high volume immediately looks suspicious.

Building and protecting sender reputation

New domains need a warmup period, starting with low sending volume and high-engagement lists, building volume gradually as reputation score increases. Spam complaint rates above 0.3 percent damage reputation. Bouncing to invalid addresses damages reputation. Even one major spam report from a large mailbox provider (like Gmail, Yahoo) can tank reputation and route all future mail to spam. This is why list cleaning (removing inactive and bounced addresses) is an ongoing practice. Sender reputation decays slowly with inactivity but quickly with abuse.

Embed this diagram

Add this animated email deliverability stack to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated email deliverability stack for any website.
Who uses it
Content marketers, SaaS marketing blogs.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="deliverability-stack" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "Email Deliverability Stack" for my website?
Scrollchart provides "Email Deliverability Stack" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a email deliverability stack in WordPress or a static site?
Paste the HTML snippet from the Scrollchart diagram page into your WordPress post (in HTML/code view), your Webflow embed block, or directly into a static HTML file. No plugin is needed. The diagram loads from scrollchart.com and paints in as the reader scrolls.