Skip to content

mnicolas80/email-mx-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email-mx-validator

A email validation package for NodeJS

Installation

npm install -g email-mx-validator

Usage

var ev = require('email-mx-validator');

ev.validEmail('[email protected]', function(valid) {
  // returns true, because the syntax of the given email address is correct and the email address has at least one DNS MX record.
});

About

A email validation package for nodeJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published