email-providers
A list of common eMail providers. Thanks to @goware!
all.json
contains roughly 4k domains of email providers. common.json
contains those with an Alexa rank of < 30000
.
Installing
npm install email-providers
Usage
The package published to npm contains two files all.json
and common.json
.
const all = require('email-providers/all.json')
const common = require('email-providers/common.json')
all.length // 4149
common.length // 187
all[0] // 1033edge.com
common[0] // yahoo.com
Contributing
If you have a question, found a bug or want to propose a feature, have a look at the issues page.