惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
aimingoo的专栏
aimingoo的专栏
腾讯CDC
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
F
Fortinet All Blogs
G
Google Developers Blog
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
Engineering at Meta
Engineering at Meta
博客园_首页
B
Blog RSS Feed
D
Docker
M
MIT News - Artificial intelligence
爱范儿
爱范儿
I
InfoQ

Resend RSS Feed

6 Tips for Accessible Emails Welcoming Manoel do Amaral, our new Brand Designer Welcoming Michael Vaz, our new Customer Success Engineer Six Steps to Improve Your Sender Reputation Welcoming Tatira Andrade, our new Executive Assistant Welcoming Pedro Ivo Hudson, our new Design Engineer Welcoming Diel Duarte, our new Open source Engineer Welcoming Areia Spinner, our new Recruiter Resend Forward: A Conference about Craft React Email 6.0 Custom Tracking Domains AI Email Editor Introducing Automations Welcoming Ahmed Tolba, our new SRE Engineer Welcoming Aneil Singh, our new Founding Account Executive Welcoming Lucas Motta, our new Software Engineer Welcoming Trey Knowles, our new Founding Account Executive Welcoming Anxhela Carciu, our new SRE Engineer Welcoming Evan Thibodeau, our new Customer Success Engineer Welcoming Derich Pacheco, our new Software Engineer Welcoming Alec Ventura, our new Data Engineer Welcoming Felipe Freitag, our new Software Engineer Welcoming Mateusz Wos, our new Software Engineer Incident report for February 15, 2026 Email automation for OpenClaw How to Create a DevTools Agent Skill Introducing Email Skills Why You Should Embrace the Promotions Tab Slater Smith, our new Customer Success Engineer Do You Need a Warmup Service?
Introducing DMARC Analyzer
Jp Valery · 2026-03-11 · via Resend RSS Feed

DMARC is one of the most important protocols for email authentication. It protects your domain from spoofing, tells mailbox providers how to handle unauthenticated emails, and gives you reports about what's happening with every message sent from your domain.

Introducing DMARC Analyzer

Today we're releasing DMARC Analyzer—a free, open-source tool that parses DMARC XML reports and turns them into something you can actually understand. No account required. No monthly fee.

Capturing DMARC reports

When you create your DMARC record, you can specify which reports to receive.

Problem with DMARC reports

Receiving reports gives you visibility into your email authentication. The problem? The reports arrive as raw XML with Unix timestamps, nested tags, and raw IP addresses.

The reports are technically human-readable, but just barely.

We've written about how to read a DMARC report and how DMARC policies work. But knowing how to read XML doesn't make it any less tedious to do it every day.

The cost of monitoring DMARC

An entire industry has grown around solving this problem, but many of them start at $30+/month, which is a significant cost for a glorified XML parser.

The consequence? For many teams, DMARC reports simply go unread. The data is there, but nobody looks at it. Ignoring this data opens a gap in your email security posture and deliverability.

How to use DMARC Analyzer

We've built DMARC Analyzer to be easy to use and deploy. There are two ways to use it.

1. Web interface to check single reports

The fastest way to get started. Go to checkdmarc.email, paste your DMARC XML report (or upload the file), and get parsed results instantly.

You'll see your SPF and DKIM alignment results broken down by source IP, which senders are passing or failing authentication, and how receiving mail servers are handling your emails. No signup, no setup—just paste and go.

2. Self-hosted with automated reports

For ongoing monitoring, you can deploy your own instance. Connect it to Resend Receiving to automatically ingest DMARC reports as they arrive, and get email digests summarizing your authentication results. You own the stack and the data.

Here's how it works:

  1. DMARC aggregate reports arrive at an email address on your domain
  2. Resend captures the inbound email
  3. The application parses the XML attachment and extracts SPF/DKIM results
  4. The applications emails you a styled digest email (built with React Email) with a clear summary of the report

No manual XML parsing. No monthly subscription. Your DMARC data, delivered to your inbox in a format that's actually useful.

Built with the Resend stack

DMARC Analyzer is built with:

The project also serves as a practical example of how these pieces fit together. If you're building an application that processes inbound email, the patterns in this codebase—webhook handling, attachment parsing, email rendering—are directly reusable.

Get started

DMARC Analyzer is available now and completely free to use.

If you're already collecting DMARC reports, paste one in and see what it looks like. If you haven't set up DMARC reporting yet, check our guide on setting up DMARC to get started.