1.0.1 • Published 1 year ago

emailcheck-fts v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

emailcheck-fts

It checks whether the entered email exists or not, the system sends a temporary message to the email and checks if the message has arrived, if so, it will return a "true" message.

You can try with "gmail" and other platforms

Installation

Install emailcheck-fts with npm

  npm i emailcheck-fts

Usage/Examples

const { mail } = require("emailcheck-fts");

mail("sufukape@finews.biz").then(function(response){
    console.log(response);
});

JSON

{
    "message": true,
    "email": "sufukape@finews.biz",
    "description": "the email entered exists"
}

mail

API

Use the emailcheck api by clicking here

Developed by yandricr