.NET C++ SMTP question

  • Thread starter Thread starter hedbonker
  • Start date Start date
H

hedbonker

I 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?
 
Yes it does, Peter. Now to figure out how to convert that C# to C++ :(

Thank you very much for the response though!
 
Back
Top