DomainKeys Identified Mail
DKIM

DKIM cryptographically signs your emails, proving they haven't been tampered with in transit. Receiving servers verify this signature against your DNS records.

{#if dkimRecords && dkimRecords.length > 0} {#each dkimRecords as dkim}
Selector: {dkim.selector} Domain: {dkim.domain}
Status: {#if dkim.valid} Valid {:else} Invalid {/if}
{#if dkim.record}
Record:
{dkim.record}
{/if} {#if dkim.error}
Error: {dkim.error}
{/if}
{/each} {:else}
No DKIM signatures found in this email. DKIM provides cryptographic authentication and helps avoid spoofing, thus improving deliverability.
{/if}