Authentication Score
No SPF record found for {{ result.domain }}. Without an SPF record, spam filters and receiving servers cannot verify that your emails are sent from authorised servers. Add a TXT record to your DNS.
DKIM record not found. To check DKIM for a specific selector, enter your selector in the selector field above and re-run the check. Common selectors: google, mail, s1, default, k1.
DKIM requires generating a public/private key pair and publishing the public key as a TXT record at selector._domainkey.yourdomain.com.
No DMARC record found for {{ result.domain }}. Without DMARC, you cannot instruct receiving servers how to handle emails that fail SPF/DKIM checks, and you'll receive no reports on email authentication failures.
We are committed to providing excellent customer service,
and we are proud to have over 50,000+ satisfied clients.
SPF is a DNS TXT record that lists which mail servers are authorised to send email on behalf of your domain. When receivers check the sending server against your SPF record, it prevents spoofing.
Key directives: +all (pass), -all (fail/reject), ~all (softfail), ?all (neutral).
DKIM adds a cryptographic signature to outgoing emails. The receiving server verifies this signature against the public key published in your DNS. This proves the email hasn't been tampered with in transit.
Key tags: p (public key), v (version), k (key type).
DMARC ties SPF and DKIM together, telling receiving servers what to do with emails that fail authentication — none, quarantine, or reject. It also enables aggregate and forensic reporting.
Policies: p=none (monitor), p=quarantine (spam folder), p=reject (block).
selector._domainkey.yourdomain.com. Domain can have multiple selectors for different email streams. Your email provider will tell you your selector name.p=none (monitor mode) to collect reports without affecting delivery. After analysing reports for a few weeks, move to p=quarantine, then eventually to p=reject for full protection once you're confident all legitimate email streams are covered.include directives often exceed this, causing SPF to fail. Use SPF flattening services to stay within the limit.