0.7.6 • Published 2 years ago

zb-email-verifier v0.7.6

Weekly downloads
62
License
MIT
Repository
github
Last release
2 years ago

zb-email-verifier

Install

npm install zb-email-verifier --save

Usage

import { verify } from "zb-email-verifier"

const result = await verify({
	helo: "yourdomain.com",
	from: "youremail@example.org",
	to: "check@example.org",
	catchalltest: true,	// default false
	timeout: 1500		// default 5000
})

// INVALID - email regexp validation failed
// EXIST - email is exist
// NOT_EXIST - email does not exist
// CATCH_ALL - catch all smtp server

// MXRECORD_FAIL - resolve mx record fail
// MXRECORD_TIMEOUT - resolve mx record timeout
// CONN_FAIL - connect fail smtp
// CONN_TIMEOUT - connect timeout smtp
// VERIFY_FAIL
// VERIFY_TIMEOUT
// UNKNOWN
// UNKNOWN_TIMEOUT
0.7.6

2 years ago

0.7.5

2 years ago

0.7.2

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.6.7

4 years ago

0.6.6

4 years ago

0.6.9

4 years ago

0.6.8

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago