Check SPF, DKIM, DMARC and protect your domain from email threats
Email authentication is a set of techniques used to verify the legitimacy of email messages. It protects against:
Defines authorized mail servers for your domain. Prevents unauthorized parties from sending emails in your name.
v=spf1 include:_spf.google.com ~all
Adds a cryptographic signature to emails. Recipients can verify if the email is authentic.
v=DKIM1; k=rsa; p=MIGfMA0GCS...
Specifies how to handle emails that fail SPF/DKIM checks.
v=DMARC1; p=quarantine; rua=mailto:dmarc@domain.com