checkgmail

1.0.1 • Public • Published

checkgmail

Check gmail existence.

This checkgmail library provides the way to know the existence of gmail mailbox written in server-side JavaScript.

###Installation Install the package with:

npm install checkgmail

Include

var checkGmail = require('checkgmail');

Example Using async/await

let result = await checkGmail("abc@xyz.com"); // gmail address to test
console.log(result)  ///// status : "success" (if exists) || status : "failed" (if doesn't exists)
-- Do Something --

Submit Queries

You can e-mail an issue/query at amansharma5@hotmail.com

Dependents (0)

Package Sidebar

Install

npm i checkgmail

Weekly Downloads

4

Version

1.0.1

License

ISC

Unpacked Size

4.3 kB

Total Files

4

Last publish

Collaborators

  • amansharma5