email-domain-check

1.1.4 • Public • Published

email-domain-check

Checks existence of E-Mail DNS MX records.

logo

version downloads node status

Installation

npm install email-domain-check

Usage

const edc = require('email-domain-check');
 
edc("tom@hotmail.com").then(function(result){
    console.log(result);//true
})
 
edc("tom@hotmaililililcom").then(function(result){
    console.log(result);//false
})
 

Test

mocha or npm test

check test folder and QUICKSTART.js for extra usage.

/email-domain-check/

    Package Sidebar

    Install

    npm i email-domain-check

    Weekly Downloads

    552

    Version

    1.1.4

    License

    MIT

    Last publish

    Collaborators

    • mehmet.kozan