3.0.19 • Published 4 months ago

resolve-email v3.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

resolve-email

latest version Actions Status Coverage Status Types in JS downloads Socket Badge

Resolve the domain of a syntactically valid email address to see if there is even a chance of deliverability. Also checks against a large list of disposable email and other junk/unwated address domains and rejects those.

npm install resolve-email

Usage

import { resolveEmail } from 'resolve-email'

// Validate the email address before passing it in here:
const results = await resolveEmail('person@gmailc.om')

console.log(results)
// results.emailResolves true/false
// results.mxRecords [array of mx records and priorities]
// results.error any errors that may have occurred.

See also

This module was adapted from nodemailer/nodemailer-direct-transport

The disposable email domain list is generated from the following data sources:

License

MIT

3.0.12

6 months ago

3.0.4

8 months ago

3.0.13

6 months ago

3.0.3

8 months ago

3.0.10

7 months ago

3.0.11

6 months ago

3.0.16

5 months ago

3.0.8

7 months ago

3.0.17

4 months ago

3.0.7

7 months ago

3.0.14

5 months ago

3.0.6

7 months ago

3.0.15

5 months ago

3.0.5

7 months ago

3.0.18

4 months ago

3.0.19

4 months ago

3.0.9

7 months ago

3.0.2

9 months ago

3.0.1

9 months ago

3.0.0

9 months ago

2.0.24

9 months ago

2.0.25

9 months ago

2.0.22

10 months ago

2.0.23

9 months ago

2.0.20

10 months ago

2.0.21

10 months ago

2.0.19

12 months ago

2.0.17

1 year ago

2.0.18

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.5

2 years ago

2.0.6

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago