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.
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
reacher-go <to_email>
- Support for multiple email addresses from stdin
- Support for reading email addresses from a csv file? Maybe
- Web interface? API?