DMARC
DMARC is used to protect your email from email spoofing. DMARC use SPF and DKIM record to validate your email. DMARC is a TXT record added in your domain DNS. DMARC record look like v=DMARC1;p=POLICY_HERE;pct=100;rua=mailto:postmaster@your-domain.com;ruf=mailto:admin@your-domain.com;rf=afrf p=POLICY_HERE This specifies what to do with incoming email that fails DMARC. Valid options are none, quarantine and reject. p=none … Read more