Skip to content

Instantly share code, notes, and snippets.

@begriffs
Created March 13, 2019 15:55
email.sh
dig $1 MX +short
dig $1 TXT +short | grep spf
dig default._domainkey.$1 TXT +short
dig google._domainkey.$1 TXT +short
dig _dmarc.$1 TXT +short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment