mail-check-dion
v1.0.7
Published
📮 A NodeJS library for checking if an email address exists without sending any email.
Downloads
14
Readme
Get Started
Install
Use npm to install this package.
npm install --save mail-check-dionExample
const mailCheck = require('mail-check-dion')
mailCheck.checkEmail("[email protected]").then(console.log);