Skip to content

Verify email address without sending any email

License

Notifications You must be signed in to change notification settings

rohit1kumar/reacher-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reacher-Go

Verify email addresses without sending any emails

reacher-go is a simple tool to verify email addresses without sending any emails. It uses the SMTP protocol to check if the email address is valid or not.

Installation

If Go is install

go install github.com/rohit1kumar/reacher-go@latest

Otherwise, download the binary for your OS and add it to your PATH

Usage

reacher-go <to_email>

Todo

  • Support for multiple email addresses from stdin
  • Support for reading email addresses from a csv file? Maybe
  • Web interface? API?