mail from vc++ program
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
how to send mail from vc++ program. I want to sent same message at same time to both yahoo as well as google. How to do this
-
-
i cant find correct document for send mail from vc++. I have used the csmtp.but it doesnt support to send mail to yahoo and google and others. I can only send mail to my company id using csmtp what is a problem. what to do for that
prathuraj wrote:
cant find correct document for send mail from vc++.
Why you dont use of MAPI I think it will be solve your problem(you can find a lot of articles about it on my previous reply)
WhiteSky