3.0.19 • Published 7 months ago

resolve-email v3.0.19

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

9 months ago

3.0.4

11 months ago

3.0.13

9 months ago

3.0.3

11 months ago

3.0.10

10 months ago

3.0.11

9 months ago

3.0.16

7 months ago

3.0.8

10 months ago

3.0.17

7 months ago

3.0.7

10 months ago

3.0.14

8 months ago

3.0.6

10 months ago

3.0.15

8 months ago

3.0.5

10 months ago

3.0.18

7 months ago

3.0.19

7 months ago

3.0.9

10 months ago

3.0.2

12 months ago

3.0.1

12 months ago

3.0.0

12 months ago

2.0.24

12 months ago

2.0.25

12 months ago

2.0.22

1 year ago

2.0.23

1 year ago

2.0.20

1 year ago

2.0.21

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

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years 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