onesiphore / php-smtp-email-validation

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

Invalid emailaddresses are invalid once, the 2nd time the script runs they are count as valid #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am testing example1.php and example2.php. When I enter an invalid address, 
e.g. info1@domain.com, 'The email addresses you entered is not valid' will be 
returned, as it should. However, when i refresh, the address is valid all of a 
sudden. It also stays valid, while it isn't.

I am using the lastest version, downloaded today on multiple servers and 
localhost.

Original issue reported on code.google.com by davevane...@gmail.com on 18 Aug 2014 at 11:38