I had to validate several thousand of emails, and as quickly as possible.
I couldn't find anything on the internet that was free and easy to use.
So I wrote a small program that validates emails (you should adapt to your needs with a DB of course).
The tool uses tst10 (http://support.moonpoint.com/downloa...lnet/tst10.php)
which takes care of the telnet part.
Then the result is analyzed to determine whether the email is existing or not.
There is certainly a way to improve it, but it gets the job done.
Thierry
EMailValidator.zip
I couldn't find anything on the internet that was free and easy to use.
So I wrote a small program that validates emails (you should adapt to your needs with a DB of course).
The tool uses tst10 (http://support.moonpoint.com/downloa...lnet/tst10.php)
which takes care of the telnet part.
Then the result is analyzed to determine whether the email is existing or not.
There is certainly a way to improve it, but it gets the job done.
Thierry
EMailValidator.zip