From 6148f0d63afb71619ad238d31353c927924ffd03 Mon Sep 17 00:00:00 2001 From: FG Ribreau Date: Mon, 4 Mar 2013 22:00:16 +0100 Subject: [PATCH] Readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c6b6c3f..77750871 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # MailChecker [![Build Status](https://drone.io/github.com/FGRibreau/mailchecker/status.png)](https://drone.io/github.com/FGRibreau/mailchecker/latest) -Multi-language email validation. +Cross-language email validation. -* Validate the format of your email (via [node-validator](https://github.com/chriso/node-validator/blob/master/lib/validators.js#L27) email regex) -* Validate if the email is not a temporary mail (like yopmail or others..., [add your own dataset to list.json](./blob/master/list.json)) +* Validate the format of your email (uses [node-validator](https://github.com/chriso/node-validator/blob/master/lib/validators.js#L27) 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)) This will be very helpful when you have to contact your users and you want to avoid errors causing lack of communication or want to block "spamboxes". -MailChecker currently supports: +------------------------- +MailChecker currently supports: * [NodeJS](./mailchecker/tree/master/platform/node) (CommonJS) * [JavaScript](./mailchecker/tree/master/platform/javascript) (Client-Side) * [PHP](./mailchecker/tree/master/platform/php)