51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Email DNS Tools</title>
|
|
<link rel="canonical" href="https://email-dns.tools/">
|
|
<link rel="stylesheet" href="/assets/styles/main.css">
|
|
</head>
|
|
<body>
|
|
<h1>Email DNS Tools</h1>
|
|
|
|
<main>
|
|
<p>
|
|
This site provides various tools for generating, parsing, and validating email DNS records, such as for DKIM, DMARC and SPF.
|
|
</p>
|
|
|
|
<p>
|
|
All tools are free and open source software. The source code for this website can be viewed <a href="https://github.com/ReimarPB/email-dns-tools" target="_blank">on GitHub</a>.
|
|
Issues and pull requests are welcome.
|
|
</p>
|
|
|
|
<h2>Tools</h2>
|
|
|
|
<h3>DKIM</h3>
|
|
|
|
<a class="tool-button" href="/dkim-creator">DKIM Record Creator</a>
|
|
|
|
<h3>DMARC</h3>
|
|
|
|
<a class="tool-button" href="/dmarc-creator">DKIM Record Creator</a>
|
|
|
|
<a class="tool-button" href="/dmarc-validator">DMARC Record Validator</a>
|
|
|
|
<h3>SPF</h3>
|
|
|
|
<a class="tool-button" href="/spf-creator">SPF Record Creator</a>
|
|
|
|
<a class="tool-button" href="/spf-validator">SPF Record Validator</a>
|
|
|
|
<hr>
|
|
|
|
<h3>Articles</h3>
|
|
|
|
<ul>
|
|
<li><a href="/spf-macro-guide">SPF Macro Guide</a></li>
|
|
</ul>
|
|
</main>
|
|
</body>
|
|
</html>
|