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