Saturday 30 August 2014

jEmailValidate (Forms)


jEmailValidate … email verification & validation PHP Class


The addresses have been collected over two years for a web project that requires business only

adddresses. We have categorised the list into;



  • Free – Free email addresses like hotmail and gmail

  • ISP – email addresses issued by ISP’s like BigPond

  • SPAM – Known SPAM addresses

  • Disposable – addresses that are from disposable issuers

  • Bad – x-rated sites (like .xxx)

  • PLUS – the remaining unsorted in our list which you can put into your custom ‘blocklist’

  • BlockList – Your own list of addresses to block which you can maintain manually or automatically by code


Validate an email as simple as this;


 if( jEmailValidate::validate( $email ) ) echo 'Failed';


  • Simple static call

  • SMTP/MX Validation

  • Verified block lists

  • More than 1,500 addresses

  • Custom list support

  • Sample Batch call in the test directory

  • Sample AJAX integration in the test directory

  • Online documentation


Crowd Source with us!


Help your fellow web masters, send us addresses to add to the list. Simply tell us the email address pattern and what sort it is and we will review it and add to the correct list to help all users.


Send them by email to ‘jEmailValidate@jlogica.com’


Coming Soon



  • Automatic (optional) list updating


Compatability


The library was developed under PHP v5.4



















v5.2.17
v5.3.29
v5.4.31
v5.5.15

It is not compatible with any PHP v4.x installation


Note: This is a PHP library for use in projects or by experienced web masters to validate email addresses




jEmailValidate (Forms)

No comments:

Post a Comment