NoSpam – Custom email Validator for PHP (Forms)

Say “NO” a SPAM

This plug-in is filtering email address writed by user in form.

– Check that email is from top-level domain (270 top-level domain)
( no more mail like ”@gmail.xx” or ”@gmail.com1” – check all top-level domains)
-No more email from temporary mail providers ( block more that 90 providers like:”mailinator.com”, “trash2009.com”, “jetable.net” ….)
-Allow to block email from domain (example: you can block all mail from “gmail.com”)
-Easy to configure.

This class is :

-Useful for any PHP website
-Cross-browser compatible
-simple to use
-detailed documentation included
– PHP file included

code to implemented in your php file :
$myClass1 = new noSpam;
$myClass1 -> Checkmail(“your_email@to_check.com”);
if ($myClass1 -> Checkmail(“your_email@to_check.com”) != 1 )
{
echo $myClass1 -> spamMail;
}

Download NoSpam – Custom email Validator for PHP (Forms)

Leave a Reply

Your email address will not be published. Required fields are marked *