I'm validating email addresses in a c# app, beside the regular expression I'm planning to add some advanced validation by communicating with the mail exchanger and get a response whether such email address exists or not
does any one has a good idea of doing that ? i know a website that can check it :
http://www.ip-address.org/verify/email-checker.php
but I'm not sure what is the approach the website uses for validation. i tried emulating a telnet session on my mail exchanger and then sending commands
MAIL FROM and RCPT TO
but it doesn't work, either the connection is blocked, or the response is erroneous