email-verification

command module
v0.0.0-...-65e9f02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL