Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandon93s/email-chk-cli
- Owner: brandon93s
- License: mit
- Created: 2017-09-23T02:29:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T16:06:27.000Z (over 7 years ago)
- Last Synced: 2024-11-06T03:51:34.636Z (about 2 months ago)
- Topics: email, email-validation, email-validator, email-verification
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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 --helpUsage
$ email-chkOptions
-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)