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
- Host: GitHub
- URL: https://github.com/aliiahmadi/email_validator
- Owner: AliiAhmadi
- License: gpl-3.0
- Created: 2024-02-25T15:18:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T18:57:27.000Z (about 2 years ago)
- Last Synced: 2025-03-17T08:57:42.856Z (12 months ago)
- Topics: command-line, commandline-tool, email, email-validator, go, golang
- Language: Go
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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