1.1.4 • Published 1 year ago

email-validator-rfc-5322 v1.1.4

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

email-validator-rfc-5322

A module to validate an e-mail address according to the RFC 5322 specifications of what is a valid email. This npm package is an fork from the npm email-validator package.

Installation

Install via NPM:

npm install email-validator-rfc-5322

Usage

javascript

var validator = require("email-validator");

validator.validate("test@email.com"); // true

TypeScript

import * as EmailValidator from 'email-validator';

EmailValidator.validate("test@email.com"); // true

Contribute

Contributions welcome! Check the LICENSE file for more info.

Meta

  • evan@loglive.ai

Distributed under the unlicense public domain. See LICENSE for more information.

1.1.4

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago