/checkemail

Email Validator

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Email Validator

There is golang package to Validate email address syntax, check email domain, check smtp and that mail user exists.

GoDoc Go Report Card

Basic usage example

Look example at examples/validate_email folder

cd examples/validate_email
go run . -e myemail@example.com

Licence

BSD