Generating an email programatically inside a windows client applic

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am interested in having my client application generate and send emails to
the server administrator when certain events occur. Is there a way to code
this in windowsform vb.

Fred
 
Hello Fred,

Look at the System.Web.Mail objects... Also, there are several free SMTP components available online...
 
I am a little confused about the namespace: system.web.mail

I don't seem to have a system.web.mail namespace available.


Fred
 
Back
Top