System.Web.Mail

  • Thread starter Thread starter Zach
  • Start date Start date
Z

Zach

Sending an email via System Diagnostics has
text length limitations and therefore won't do.

My Visual C#.Net 2003 does not recognize
System.Web.Mail is there a reason for this?

Alternatively: I am looking for a code example
for sending emails other than by System Diagnostics.

Please help.
 
Zach said:
My Visual C#.Net 2003 does not recognize
System.Web.Mail is there a reason for this?

Not all system have the requirements for SWM installed.
Alternatively: I am looking for a code example
for sending emails other than by System Diagnostics.

How to send a simple text email message
http://www.codeproject.com/csharp/IndySMTP.asp


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
 
Back
Top