>
Download This Plugin | |
Download Elegant Themes | |
Name | SpoofMail |
Version | 1.0.0 |
Author | Ray Viljoen |
Rating | 0 |
Last updated | 2012-09-17 11:02:00 |
Downloads |
372
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
SpoofMail plugin added 3 kB of resources to the Home page and 3 kB of resources to the sample Post page.
SpoofMail plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! SpoofMail plugin ads no tables to your Wordpress blog database.SpoofMail validates an email by checking the email's structure, finding the email's MX-Records and checking that the email has not been generated from a temporary or fake email provider.
SpoofMail provides an asyncronous javascript function for validating emails and can also be used as a jQuery plugin if jQuery is available. (jQuery is not required) Functions exist for both PHP & JavaScript.
The functions provided:
The SpoofMail PHP function takes an email and an optional callback function. The function also returns a simple Boolean for 'pass' or 'fail'. The callback contains one argument with an array of failed checks or NULL if the email passed all checks.
sm_verify_email( $email, $callback )
The SpoofMail JavaScript function takes an email and a callback function. The callback contains two arguments. The first is a simple object containing the 'pass' or 'fail' status and an array of failed checks. The second argument contains the entire response object and can mostly be ignored.
spoofMail(email, callback)
The JavaScript function is also available as a jQuery function if jQuery is included.
$.spoofMail(email, callback)
Developed by PHP Hosting Experts CatN