You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

email-mx-validator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-mx-validator

NodeJS email validation with syntax validation and MX lookup

1.0.4
latest
Source
npmnpm
Version published
Weekly downloads
6
-40%
Maintainers
1
Weekly downloads
 
Created
Source

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('mnicolas80@gmail.com', 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.
});

Keywords

server-side

FAQs

Package last updated on 29 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts