Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.05 KB

Email Verification Utility Build Status Go Report Card

A small utility tool for verifying email addresses

Download and Build

$ git clone http://github.com/opsvision/email-verification
$ go build -o verify main.go

Usage

Usage of ./verify:
  -email string
        the email address to verify (default "[email protected]")
  -sender string
        the sender email address (default "[email protected]")

Example

$ ./verify -email [email protected]
2017/01/18 15:13:22 Checking email [email protected]
[email protected]|INVALID

Issues

Note that this utility can return false positives depending on how the remote server is configured. Use at your own risk.

Acknowledgement