i want to send emails with a c++ program, but i am using an older version of c++ (msvc++ 6 introductory edition) and cannot use system.net.mail namespace (i dont think, if there is a way please tell me) because it is part of .net 2.0 so is there any other way of sending email

sending an email
Bob Palank
If you just want to send email via SMTP try CFastSmtp. It works pretty good for me.
http://www.codeproject.com/internet/zsmtp.asp
DavidAWinter
DavidThi808