R
RGF
Hi,
I wrote an application with VS2005 to send mail, while the application
works fine. I am trying to find a way to reduce email address bounce
backs, is there a .Net (or command line) method via which I could
verify if a given email address is exist.
To clarify, I am trying to validate beyond the domain, I would like to
validate if the mailbox is present at a SMTP server, so that I can
ping the gmail SMTP server to see if (e-mail address removed) does not
exist in their server so that my application will not sent the email.
Any pointers would be greatly appreciated..
btw, I looked into Telnet's VRFY but apparently is not supported under
windows???
Thanks in advanced,
Raf
I wrote an application with VS2005 to send mail, while the application
works fine. I am trying to find a way to reduce email address bounce
backs, is there a .Net (or command line) method via which I could
verify if a given email address is exist.
To clarify, I am trying to validate beyond the domain, I would like to
validate if the mailbox is present at a SMTP server, so that I can
ping the gmail SMTP server to see if (e-mail address removed) does not
exist in their server so that my application will not sent the email.
Any pointers would be greatly appreciated..
btw, I looked into Telnet's VRFY but apparently is not supported under
windows???
Thanks in advanced,
Raf