Simple e-mail validation utility
- Validates e-mail syntax
- Validates e-mail domain through MX Lookup
- Tries to valide e-mail "existence" using SMTP protocol
# go run
go run . -email="[email protected]" -email-from-test="[email protected]"
# compiled bin
./email-go-checker -email="[email protected]" -email-from-test="[email protected]"
# go run
go run . -serve
# compiled bin
./email-go-checker -serve