Skip to content

AriaAhmadii/email_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang email validator

A simple command line tool for validating emails by using SMTP protocol to check an email exist or not. you can specify input and output files. warnings and errors will appear in stdErr.

command-line

Usage

Usage of ./emailValidator:
  -i string
        The name of input file that contains the emails you want to validate (default "input.txt")
  -o string
        The name of output file that want to see result (default "output.txt")

Author

Ali Ahmadi (2024)

About

Email verifier by using SMTP protocol written in golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published