An open API service indexing awesome lists of open source software.

https://github.com/aliiahmadi/email_validator

Email verifier by using SMTP protocol written in golang
https://github.com/aliiahmadi/email_validator

command-line commandline-tool email email-validator go golang

Last synced: 12 months ago
JSON representation

Email verifier by using SMTP protocol written in golang

Awesome Lists containing this project

README

          

# 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](https://github.com/AliiAhmadi/email_validator/assets/107758775/4e0c922b-d70b-41f2-b276-ace3716df424)

## 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)