Email application

  • Thread starter Thread starter JPSutor
  • Start date Start date
J

JPSutor

Does anyone have any sample code for sending a simple email message
(from Yahoo.com) with no attachments?
If not, can you direct me to some site where I can find some sample
code.
 
JPSutor,

You should take a look at the System.Web.Mail namespace in .NET 1.1 or
earlier. In .NET 2.0, look at the System.Net.Mail namespace, as this is
much better than the classes in the System.Web.Mail namespace.

Or, if you want a third party component, check out the Indy Project:

http://www.indyproject.org

Hope this helps.
 
Back
Top