2.0.1 • Published 1 year ago

email-providers v2.0.1

Weekly downloads
631
License
ISC
Repository
github
Last release
1 year ago

email-providers

A list of common eMail providers. Thanks to @goware!

npm version ISC-licensed support me via GitHub Sponsors chat with me on Twitter

The npm package (not this Git repo) contains the following data:

  • roughly 8k domains of email providers in all.json, and
  • roughly 360 with a Majestic Million rank of < 100000 in common.json.

Installing

npm install email-providers

Usage

The package published to npm contains two files all.json and common.json. The index.js entrypoint also exports all.json.

// use ES Modules with import assertions if your environment already supports them
// https://github.com/tc39/proposal-import-assertions
import all from 'email-providers/all.json' assert {type: 'json'}
import common from 'email-providers/common.json' assert {type: 'json'}
import alsoAll from 'email-providers'

// alernatively, use module.createRequire
import {createRequire} from 'module'
const require = createRequire(import.meta.url)

// in a CommonJS environment, you can use require right away, of course
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.

2.0.1

1 year ago

2.0.0

2 years ago

1.14.0

2 years ago

1.13.1

3 years ago

1.0.4

3 years ago

1.13.0

4 years ago

1.0.3

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.30.0

6 years ago

0.25.0

6 years ago

0.22.0

6 years ago

0.20.0

7 years ago

0.16.0

7 years ago

0.12.0

7 years ago

0.7.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

1.0.0

7 years ago

0.1.0

8 years ago