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

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

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?