Skip to content
 
 

Repository files navigation

Introduction

This is the plugin to check the provided email is valid or not. This plugin checks following things:

  • valid email format
  • valid tld
  • valid email host

Installation

  • npm i email-validation-pro
  • yarn add email-validation-pro

Implementation

var validate = require('email-validation-pro');
validate.email(email); // check without email host
validate.email(email, true); // check with email host

Test

yarn test

About

Check if email is valid

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages