Send email with SMTP authentication

  • Thread starter Thread starter William LaMartin
  • Start date Start date
W

William LaMartin

Anyone have code for sending email messages using VB.net with SMTP
authentication. System.Web.mail does not support SMTP authentication.
 
Thanks and also to BrianDH.

I would never have guessed the method of adding Fields. Everything now
works fine in my windows form application for sending smtp authenticated
email. Unfortunately where I really want to use it--in a Pocket PC app--you
can't add a reference to System.Web.dll, so I can't even use web.mail.
However, I should be able to write a web service that uses it with smtp
ostentation and have the Pocket PC app use the web service.
 
Back
Top