https://github.com/stefanoschrs/email-validator
Easy email validation using the Mailgun API
https://github.com/stefanoschrs/email-validator
Last synced: 2 months ago
JSON representation
Easy email validation using the Mailgun API
- Host: GitHub
- URL: https://github.com/stefanoschrs/email-validator
- Owner: stefanoschrs
- License: mit
- Created: 2015-08-26T11:56:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T12:13:00.000Z (over 9 years ago)
- Last Synced: 2025-01-22T22:44:33.128Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy email validation using the Mailgun API
## How to use
1. Create an account at https://mailgun.com
2. Retrieve your Public API key from https://mailgun.com/app/dashboard
3. Install the node modules by running `npm install` from the project root
4. Create a new file `.env` and place your Mailgun Public Key inside in the form of:
`KEY=pubkey-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
5. Create a new file `input.txt` and place inside all the emails you want to check in the form of:
`[email protected]`
`[email protected]`
`[email protected]`
`[email protected]`
`[email protected]`
`...`
6. run `npm start`## Todo
* Comments
*