Send email with SMTP authentication

W

William LaMartin

Anyone have code for sending email messages using VB.net with SMTP
authentication. System.Web.mail does not support SMTP authentication.
 
W

William LaMartin

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.
 

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