SMTP check code in PHP - Download
Class file in PHP to check if email exists. Uses fsockopen and SMTP commands like HELO, MAIL, RCPT to check validity of emails. The attachment is a PHP class file.
Please remove txt from extension after downloading.
Class file in PHP to check if email exists. Uses fsockopen and SMTP commands like HELO, MAIL, RCPT to check validity of emails. The attachment is a PHP class file.
Please remove txt from extension after downloading.
Copyright © 2010 PHP, Web and IT stuff All rights reserved. PHP Web development in London.
cool
Is there an updated version of the email validate class? Or some documentation about how the author implemented it?
I have tried a few ways. Right now, passing an array holding the email addys to be tested, and another holding the ‘from email values’ in an array, and my result set is such that the first element and the last element have value (1 in both) and the rest is the list of email addresses as the key, but no value.
It is a great idea, and I really would like to use it.
TIA
I try your code, but it’s error: Fatal error: Cannot re-assign $this in C:\Program Files\xampp\php\pear\Net\DNS\RR.php on line 60.
How fixed it!
Cheers!
It works great!! Thanks.
Thanks for writing this. I’ve done this in a terminal for years but having the PHP front-end is very useful. I’ve found the Google public DNS service nameservers useful to use with this script too: http://code.google.com/speed/public-dns/