Possible Duplicate:
How to check if an email address exists without sending an email?
Hi All,
I have a email functionality in my asp.net Web Application, Email Addresses are taken from a database. Is it possible to check whether E-Mail address really exists OR not. How can I do it ?.. I have searched in forums and Google got some related info which says using VRFY, RCPT Commands... but I didn't understand how can those commands be used in .NET using C#.. There are some third party tools but my client will not buy those tools..
I have SMTP mail server details,, ?? Is there any way this can be achieved ?