3.0.19 • Published 5 months ago

resolve-email v3.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

7 months ago

3.0.4

9 months ago

3.0.13

6 months ago

3.0.3

9 months ago

3.0.10

8 months ago

3.0.11

7 months ago

3.0.16

5 months ago

3.0.8

8 months ago

3.0.17

5 months ago

3.0.7

8 months ago

3.0.14

6 months ago

3.0.6

8 months ago

3.0.15

6 months ago

3.0.5

8 months ago

3.0.18

5 months ago

3.0.19

5 months ago

3.0.9

8 months ago

3.0.2

9 months ago

3.0.1

10 months ago

3.0.0

10 months ago

2.0.24

10 months ago

2.0.25

10 months ago

2.0.22

10 months ago

2.0.23

10 months ago

2.0.20

11 months ago

2.0.21

11 months ago

2.0.19

1 year 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