Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandon93s/email-chk-cli

CLI to check if an email is real
https://github.com/brandon93s/email-chk-cli

email email-validation email-validator email-verification

Last synced: about 2 months ago
JSON representation

CLI to check if an email is real

Awesome Lists containing this project

README

        

# email-check-cli

> Checks if an email is valid & real by contacting the associated remote mail server :email:

*See [email-chk](https://github.com/brandon93s/email-chk) for the programmatic module.*

## Install

```
$ npm install --global email-chk-cli
```

## Usage

```
$ email-chk --help

Usage
$ email-chk

Options
-t, --timeout Timeout in ms
-h, --host Domain of originating smtp server
-f, --from Email originating the request
```

## Related

- [email-chk](https://github.com/brandon93s/email-chk) - API for this module
- [email-chk-lambda](https://github.com/brandon93s/email-chk-lambda) - Lambda function for this module

## License

MIT © [Brandon Smith](https://github.com/brandon93s)