Revision: 62286
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 13, 2013 12:26 by jspicher
Initial Code
<?php $e = '[email protected]'; // email address with a typo require_once('email_checker.class.php'); //include emailChecker.class.php file $emailChecker = new emailChecker; // Make a new instance $emailChecker->check_mx = 0; //turn off simulated MX ping $response = $emailChecker->check(e); //run core check function with all options print_r($response); ?>
Initial URL
http://emailchecker.jspicher.com/doc.php
Initial Description
how to disable mx ping with emailChecker class
Initial Title
how to disable mx ping with emailChecker class
Initial Tags
class, php
Initial Language
PHP