node-email-check
v1.0.4
Published
NodeJS Email Validator, Checker and MX Checker
Downloads
1,930
Maintainers
Readme
node-email-check
NodeJS Email Validator, Checker and MX Checker
You can check email address with mx check, syntax check and domain check.
Installation
npm install node-email-check
# or
yarn add node-email-check
Usage
const emailCheck = require('node-email-check');
// async request with mx check
await emailCheck.isValid('[email protected]');
// sync request without mx check
emailCheck.isValidSync('[email protected]');
Testing
npm run test
Contributing
- Fork it
- Create your feature branch:
git checkout -b my-feature-or-fix
- Commit your changes:
git commit -am 'Add some feature or fix'
- Push to the branch:
git push origin my-feature-or-fix
- Submit a pull request
Contributors
Teoman Tuncer - Author (@teomantuncer) - tuncer.dev
License
GPL3.0