Processed in your browser

SPF, DKIM and DMARC learning center

Build a practical mental model for email authentication using static examples. No message, domain or DNS query leaves this page.

Your input stays local
This work area does not upload, persist or send your input to analytics. Clear the page when you finish.

SPF

What it checks
The connecting server's IP is compared with the SPF policy for the SMTP envelope-from domain.
What it does not prove
It does not protect the visible From address by itself and can break during forwarding.
Authentication-Results: mx.example;
spf=pass smtp.mailfrom=returns.example
How to read this result
Pass means the receiving system reports that the connection matched the published SPF policy. Compare the envelope domain with the visible From domain.

How the three mechanisms fit together

SPF focuses on the sending path, DKIM on signed content, and DMARC on alignment with the visible From domain plus policy. Receivers combine these with reputation, filtering and local policy.

Authentication is not trust

Attackers can use authenticated look-alike domains, compromised accounts or convincing content. Always review the actual domain, request context, links and attachments.

Practice with a real header—locally

When you have a message header, use the header analyzer to summarize recorded authentication evidence without uploading it.

Open email header analyzer

Frequently asked questions

Does this tool send my input to a server?

No. The tool runs in this browser after you choose to use it. Your pasted content or generated result is not added to URLs, storage, analytics or server requests.

Does a clean result guarantee that an email or account is safe?

No. These tools explain technical clues and reduce routine risk, but they cannot replace your judgment, malware protection, account security controls or advice from a qualified security professional.

Related privacy tools

Email header analyzer

Explain delivery hops and summarize SPF, DKIM and DMARC evidence without claiming absolute authenticity.

Email link and tracker checker

Inspect pasted email HTML for risky links, hidden images and remote tracking clues without rendering it.

Secure password generator

Create strong passwords and passphrases locally using the browser cryptography API.

Base64 text encoder and decoder

Encode UTF-8 text to Base64 or decode Base64 text locally without uploading it.

URL encoder, decoder and query inspector

Encode URL components or inspect query parameters locally without opening the address.

SHA-256 and SHA-512 text hash generator

Generate SHA-256 or SHA-512 text hashes locally with browser Web Crypto.

JSON formatter and validator

Format, minify and validate JSON locally without uploading it.

Private QR code generator

Create and download QR codes locally without sending text to a server.

Image compressor and format converter

Resize, compress and convert JPEG, PNG or WebP locally. Your image never leaves this browser.

Text counter and cleaner

Count and tidy text in this browser without uploading your content.

Email subject and preview simulator

Check how sender, subject and preview text may fit in a compact inbox row before running a real client test.

Email date and Unix timestamp converter

Translate explicit ISO 8601 timestamps, Unix seconds and Unix milliseconds while debugging delivery records.

Email verification code extractor

Paste an email to find its likely verification code and copy the best match automatically.

Email HTML to plain text extractor

Turn pasted email HTML into readable plain text without rendering active or remote content.

Email attachment size budget

Estimate how selected attachments may grow after Base64 and MIME packaging before sending an email.

Email address privacy checker

Explain what an email address may reveal from its visible structure without verifying, contacting or uploading it.