47 lines
1.2 KiB
HTML
47 lines
1.2 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 managing email DNS records, such as for DKIM, DMARC and SPF.
|
|
If you have feedback, please send an email
|
|
<a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>&subject=Email%20DNS%20Tools%20Feedback">here</a>.
|
|
</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> |