Email Security Checker

Test and interpret SPF, DKIM, and DMARC records for any domain

Loading...

Checking email security records...

Results for {{ resolvedDomain }}

Records Found
No record found for this domain.
DKIM (DomainKeys Identified Mail)
{{ results.dkim.found ? 'Found' : 'Not Found' }}

Selectors Checked: {{ results.dkim.selectorsChecked.join(', ') }}

Selector: {{ selector }}
{{ results.dkim.records[selector] }}
SPF (Sender Policy Framework)
{{ results.spf.found ? (results.spf.valid ? 'Valid' : 'Invalid') : 'Not Found' }}
{{ results.spf.record }}

Parameter Analysis:

{{ param.qualifier || '+' }}{{ param.type }} {{ param.type }} ({{ param.values.length }} entries) = {{ param.value }} ({{ param.value }})
  • {{ val }}

{{ param.description }}

Qualifier: {{ param.qualifier }} (Pass - default) (Fail - reject) (SoftFail - mark as suspicious) (Neutral - no policy)

{{ param.details }}

  • {{ option.value }} - {{ option.description }}

No SPF record found for this domain.

DMARC (Domain-based Message Authentication, Reporting & Conformance)
{{ results.dmarc.found ? (results.dmarc.valid ? 'Valid' : 'Invalid') : 'Not Found' }}
{{ results.dmarc.record }}

Parameter Analysis:

{{ param.tag }} = {{ param.displayValue || param.value }} {{ param.badge }}

{{ param.description }}

{{ param.details }}

  • {{ option.value }} - {{ option.description }}

No DMARC record found for this domain.

DMARC records are typically published at _dmarc.{{ resolvedDomain }}

{{ error }}