@hookfang/email-verifier

1.0.3 • Public • Published

Email Verifier

CodeQL NpmVersion DownloadsWeekly License

This is a NPM package that allows users to verify the E-mail entered by the user. It only checks the syntax of the E-mail ID entered by the user. Gives the option to provide different domain names to change the Regex of the validator

NPM Install

npm i @hookfang/email-verifier

Usage

# Import Package 
import EmailVerifier from "@hookfang/email-verifier"

#Add any specific Domain names, by default Domain Name: "com"
EmailVerifier.domainsValid({ domainsValid: ["com", "bix", "gov"] });

#Verify E-mail- Returns a true value if its a valid E-mail
EmailVerifier.verify("testing@gmail.com")

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @hookfang/email-verifier

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

10 kB

Total Files

6

Last publish

Collaborators

  • hookfang