how can i send mail in an MFC application using "CDO.Message"
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
i can easily send mails with ASP VB etc.. but i could not send mail with "CDO.Message" in C++ i have tried lots of sample code around the web but none of them worked well, i am always getting lots of compiler error please , could you show me a working sample that uses "CDO.Message" Here is a sample[^] from MSDN envirounment Visual Studio .NET 2003 note : i do not want to use a pre-written SMTP class (FireWall problems etc..) thanks.