onesiphore / php-smtp-email-validation

Automatically exported from code.google.com/p/php-smtp-email-validation
0 stars 0 forks source link

Problem with few other domains #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. test@bridgeport.edu
2. test@comcast.com
3.

though test may not exist, even if a valid address is given to such
domains, it still gives them as invalid

What is the expected output? What do you see instead?
IF given a valid mail id, expected to see that it was valid, instead it
gave as invalid.

What version of the product are you using? On what operating system?
Downloaded the source code that's provided here. Using on CentOS.

Please provide any additional information below.
For bridgeport domain it gave a return code of 503
and for comcast it did not return any code, though for both the initial
connection was established

Original issue reported on code.google.com by ganesh.k...@gmail.com on 16 Feb 2010 at 8:55

GoogleCodeExporter commented 8 years ago
The problem seems to be of some SMTP configuration, as I tried the code on a
different server and it validated these email addresses.

Also the variables from_user and from_domain needs to be a changed from their
original values. I had to change them to a valid mail id and valid domain.

Original comment by ganesh.k...@gmail.com on 17 Feb 2010 at 3:56

GoogleCodeExporter commented 8 years ago
Thanks for adding this Ganesh. I will add it to the docs. If you have any other 
observations please note it.

Original comment by buca...@gmail.com on 18 Feb 2010 at 3:29