.NET C++ SMTP question

H

hedbonker

have been asked to do the following:

Create an application that will take an e-mail address entered by the
user into a field and, once a button is clicked, will take that e-mail
address and check it against the mail server for that address using
SMTP to determine if it's a valid or invalid mailbox.


Can anyone suggest a resource for doing the SMTP checking?
 
C

Carl Daniel [VC++ MVP]

have been asked to do the following:

Create an application that will take an e-mail address entered by the
user into a field and, once a button is clicked, will take that e-mail
address and check it against the mail server for that address using
SMTP to determine if it's a valid or invalid mailbox.


Can anyone suggest a resource for doing the SMTP checking?

Already answered in microsoft.public.dotnet.framework

-cd
 
H

hedbonker

Carl said:
Already answered in microsoft.public.dotnet.framework

-cd

Sorry for the crosspost but I found this NG after I posted the original
and thought it more appropriate herre.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top