Mailcheck
Mailcheck is a minimal CLI tool that checks a domain's email authentication: MX, SPF, and DMARC records. Pipe domains in or pass them as args, get a table out.
Sample:
echo "gmail.com" | go run main.go
Technical Details
- Go standard library only (
netpackage for DNS lookups) - Reads from stdin or CLI arguments
- Single file, no dependencies