R
Ron Harter
I am developing a C# windows application that will allow a user to send an
e-mail to an SMS server when events happen in the system. I was going to use
System.Web.Mail namespace and use the smtpmail class to compose and send the
mail.
The application is a windows based application and when I build the
application I get an error on the using System.Web.Mail line.
Does the application have to be run on a server? I am working on XP
Professional system.
Are there additional ways to send e-mail programmatically in .Net? Any
advice or information is greatly appreciated.
e-mail to an SMS server when events happen in the system. I was going to use
System.Web.Mail namespace and use the smtpmail class to compose and send the
mail.
The application is a windows based application and when I build the
application I get an error on the using System.Web.Mail line.
Does the application have to be run on a server? I am working on XP
Professional system.
Are there additional ways to send e-mail programmatically in .Net? Any
advice or information is greatly appreciated.