All Projects → derhuerst → email-providers

derhuerst / email-providers

Licence: ISC license
A list of common eMail providers.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to email-providers

EmailValidationPascal
Simple Class for Validating Email Address Syntax in Pascal/Delphi
Stars: ✭ 32 (+88.24%)
Mutual labels:  email
Mail
基于 Net.Mail 封装的发送邮件工具类。仅需一行代码,发送邮件。支持自定义邮件发出邮箱、发出方名字等。 支持SSL加密发送。 多个接收人、抄送人。支持群发独显。 支持添加附件、多个附件。 目前大部分主流邮箱全支持。
Stars: ✭ 87 (+411.76%)
Mutual labels:  email
lttrs-android
No-frills, easy to use, easy to maintain Email client for Android based on the JSON Meta Application Protocol (JMAP).
Stars: ✭ 176 (+935.29%)
Mutual labels:  email
twitter-digest
✉️ A netlify lambda function that emails you tweets from a twitter list.
Stars: ✭ 14 (-17.65%)
Mutual labels:  email
bulk-email-sender
Send Templatized Dynamic Emails Automatically
Stars: ✭ 30 (+76.47%)
Mutual labels:  email
DANE-for-SMTP
'DANE for SMTP' wiki
Stars: ✭ 28 (+64.71%)
Mutual labels:  email
attachment-downloader
Simple tool for downloading email attachments for all emails in a given folder using an IMAP client
Stars: ✭ 52 (+205.88%)
Mutual labels:  email
news-api
Go newsletter API backed by DynamoDB
Stars: ✭ 63 (+270.59%)
Mutual labels:  email
puppeteer-email
Email automation driven by headless chrome.
Stars: ✭ 135 (+694.12%)
Mutual labels:  email
Email-Spammer
Great script for sending and spaming emails! gmail, yahoo, outlook, hotmail.
Stars: ✭ 79 (+364.71%)
Mutual labels:  email
python-smime
S/MIME encoder in pure python
Stars: ✭ 16 (-5.88%)
Mutual labels:  email
horusec-platform
Horusec Platform is a set of web services that integrate with the Horusec CLI to facilitate the visualization and management of found vulnerabilities.
Stars: ✭ 32 (+88.24%)
Mutual labels:  email
Maily-Form
Forms on any website
Stars: ✭ 29 (+70.59%)
Mutual labels:  email
Smart-Mass-Mailer
Smart Bulk Email Sender with Mail Merge, Delay between Emails and HTML Content
Stars: ✭ 51 (+200%)
Mutual labels:  email
content-reminder
⏰ A GitHub Action that reminds you to share your own content
Stars: ✭ 28 (+64.71%)
Mutual labels:  email
django-des
Django Dynamic Email Settings - Change your email configuration without interrupting service.
Stars: ✭ 28 (+64.71%)
Mutual labels:  email
SpamgourmetReloaded
SpamgourmetReloaded is a remake of the original spamgourmet.com service - made in Kotlin. The project includes a mailserver and a webinterface.
Stars: ✭ 18 (+5.88%)
Mutual labels:  email
trualias
Mentally computable verification codes for email aliases implemented as a postfix tcp table or milter; uses asyncio.
Stars: ✭ 33 (+94.12%)
Mutual labels:  email
email-checker
Provides email verification on the go.
Stars: ✭ 116 (+582.35%)
Mutual labels:  email
sender policy flattener
Compact large SPF chains into flat blocks of IP addresses
Stars: ✭ 25 (+47.06%)
Mutual labels:  email

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].