A small utility tool for verifying email addresses
$ git clone http://github.com/opsvision/email-verification
$ go build -o verify main.go
Usage of ./verify:
-email string
the email address to verify (default "[email protected]")
-sender string
the sender email address (default "[email protected]")
$ ./verify -email [email protected]
2017/01/18 15:13:22 Checking email [email protected]
[email protected]|INVALID
Note that this utility can return false positives depending on how the remote server is configured. Use at your own risk.
- Author: @dishmael
- Company: @opsvision