Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding +118 disposable email providers #63

Merged
merged 1 commit into from
Apr 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MailChecker
[![Build Status](https://img.shields.io/circleci/project/FGRibreau/mailchecker.svg)](https://circleci.com/gh/FGRibreau/mailchecker/) [![Deps]( https://img.shields.io/david/FGRibreau/mailchecker.svg)](https://david-dm.org/FGRibreau/mailchecker) [![NPM version](https://img.shields.io/npm/v/mailchecker.svg)](http://badge.fury.io/js/mailchecker) [![Gem version](https://img.shields.io/gem/v/ruby-mailchecker.svg)](http://badge.fury.io/js/mailchecker) [![Packagist version](https://img.shields.io/packagist/v/FGRibreau/mailchecker.svg)](https://packagist.org/packages/fgribreau/mailchecker) [![Downloads](http://img.shields.io/npm/dm/mailchecker.svg)](https://www.npmjs.com/package/mailchecker) ![extra](https://img.shields.io/badge/actively%20maintained-yes-ff69b4.svg)

Cross-language email validation. Backed by a [database](./list.json) of **1989 throwable email providers**.
Cross-language email validation. Backed by a [database](./list.json) of **2107 throwable email providers**.

* Validate the format of your email (uses [validator.js](https://github.com/chriso/validator.js/blob/master/validator.js#L38) email regex underneath and `FILTER_VALIDATE_EMAIL` for PHP)
* Validate if the email is not a **temporary mail** (yopmail-like..., [add your own dataset to list.json](./list.json))
Expand All @@ -11,7 +11,7 @@ This will be very helpful when you have to contact your users and you want to av
-------------------------

> Need a **free Redis GUI**?
>
>
> Redsmin offers real-time, atomic, performant administration and monitoring services for Redis


Expand Down
4 changes: 3 additions & 1 deletion list.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@
// Added by @FirePro
["trbvn.com", "pp.ua"],
// Added by @fgirbreau
["20email.eu", "20email.it"]
["20email.eu", "20email.it"],
// Added by @dustywusty from https://raw.githubusercontent.com/ivolo/disposable-email-domains/master/index.json
[ "027168.com", "1ce.us", "20mail.in", "24hourmail.com", "a.betr.co", "ac20mail.in", "asdasd.nl", "ass.pp.ua", "big1.us", "c51vsgq.com", "ce.mintemail.com", "chacuo.net", "crazespaces.pw", "cx.de-a.org", "dlemail.ru", "domforfb1.tk", "domforfb2.tk", "domforfb3.tk", "domforfb4.tk", "domforfb5.tk", "domforfb6.tk", "domforfb7.tk", "domforfb8.tk", "domforfb9.tk", "dw.now.im", "dx.abuser.eu", "dx.allowed.org", "dx.awiki.org", "dx.ez.lv", "dx.sly.io", "email.cbes.net", "emailisvalid.com", "eml.pp.ua", "est.une.victime.ninja", "fake-email.pp.ua", "flemail.ru", "fornow.eu", "fw.moza.pl", "g.hmail.us", "get.pp.ua", "go.irc.so", "humn.ws.gy", "inbound.plus", "instantemailaddress.com", "ip4.pp.ua", "ip6.pp.ua", "iroid.com", "jobbikszimpatizans.hu", "jp.ftp.sh", "labetteraverouge.at", "lastmail.com", "loh.pp.ua", "lr7.us", "luv2.us", "m.ddcrew.com", "mailsac.com", "mfsa.ru", "mohmal.com", "mor19.uu.gl", "ms9.mailslite.com", "my.efxs.ca", "nospam.wins.com.br", "oshietechan.link", "phpbb.uu.gl", "po.bot.nu", "poh.pp.ua", "postacin.com", "qs.dp76.com", "radiku.ye.vc", "receiveee.chickenkiller.com", "rk9.chickenkiller.com", "ruffrey.com", "rx.dred.ru", "rx.qc.to", "scatmail.com", "shitmail.de", "shotmail.ru", "soodomail.com", "spam-be-gone.com", "spybox.de", "sr.ro.lt", "ss.undo.it", "sudolife.me", "sudolife.net", "sudomail.biz", "sudomail.com", "sudomail.net", "sudoverse.com", "sudoverse.net", "sudoweb.net", "sudoworld.com", "sudoworld.net", "t.psh.me", "temp-mail.com", "temp-mail.de", "temp.bartdevos.be", "tempmail.co", "thrott.com", "throwawaymail.com", "trayna.com", "trbvo.com", "ty.ceed.se", "unmail.ru", "ux.dob.jp", "ux.uk.to", "vfemail.net", "vp.ycare.de", "walkmail.ru", "we.qq.my", "wefjo.grn.cc", "wegwerpmailadres.nl", "wollan.info", "wovz.cu.cc", "wr.moeri.org", "xing886.uu.gl", "xoxox.cc", "yert.ye.vc", "ze.gally.jp" ]
]