Skip to content

opsvision/email-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "jdoe@acme.com")
  -sender string
        the sender email address (default "jdoe@acme.com")

Example

$ ./verify -email jdoe@acme.com
2017/01/18 15:13:22 Checking email jdoe@acme.com
jdoe@acme.com|INVALID

Issues

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

Acknowledgement

About

A small utility tool for verifying email addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages