I am trying to use the “PHP SMTP Email Validation” library
On line 163 of smtp_validateEmail.class.php the $reply variable is empty.
What am I doing wrong? Has anyone gotten this to work? Is there another library I should use?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would say that you’re not passing the
$emailvariable to the function that creates the$userand$domainvariables.The function is
_parseEmailand is defined on line 78Are you getting any errors?