email-providers

A list of common eMail providers.

Usage no npm install needed!

<script type="module">
  import emailProviders from 'https://cdn.skypack.dev/email-providers';
</script>

README

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.

npm version build status dependency status dev dependency status ISC-licensed support me via GitHub Sponsors chat with me on Twitter

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 // 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.