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 Majestic Million rank of < 100000.
Installing
npm install email-providersUsage
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 // 312
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.
