Skip to content

brunoleles/go-email-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Go Checker

Simple e-mail validation utility

  • Validates e-mail syntax
  • Validates e-mail domain through MX Lookup
  • Tries to valide e-mail "existence" using SMTP protocol

Usage

CLI

# go run
go run . -email="[email protected]" -email-from-test="[email protected]"

# compiled bin
./email-go-checker -email="[email protected]" -email-from-test="[email protected]"

API Server

# go run
go run . -serve

# compiled bin
./email-go-checker -serve