https://github.com/rohit1kumar/reacher-go
Verify email address without sending any email
https://github.com/rohit1kumar/reacher-go
email-checker email-smtp email-verification
Last synced: over 1 year ago
JSON representation
Verify email address without sending any email
- Host: GitHub
- URL: https://github.com/rohit1kumar/reacher-go
- Owner: rohit1kumar
- License: other
- Created: 2024-07-12T09:01:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:41:05.000Z (about 2 years ago)
- Last Synced: 2025-01-22T10:23:18.689Z (over 1 year ago)
- Topics: email-checker, email-smtp, email-verification
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://go.dev/) is install_
```bash
go install github.com/rohit1kumar/reacher-go@latest
```
_Otherwise, [download](https://github.com/rohit1kumar/reacher-go/releases) the binary for your OS and add it to your PATH_
### Usage
```bash
reacher-go
```
### Todo
- [ ] Support for multiple email addresses from stdin
- [ ] Support for reading email addresses from a csv file? Maybe
- [ ] Web interface? API?