email-format-check

1.1.3 • Public • Published

email-format-check

E-Mail address format validation module. Also check user and domain part max length

logo

version downloads node status

Installation

npm install email-format-check

Syntax email addresses verification based on RFC5321 and RFC5322.

Usage

const isemail = require('email-format-check');
console.log(isemail("user@domain.com"));//true
console.log(isemail("user.domain.com"));//false

Test

mocha or npm test

check test folder and QUICKSTART.js for extra usage.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i email-format-check

    Weekly Downloads

    170

    Version

    1.1.3

    License

    MIT

    Last publish

    Collaborators

    • mehmet.kozan