/ Published in: PHP
how to disable mx ping with emailChecker class
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php 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 ?>
URL: http://emailchecker.jspicher.com/doc.php