How can I send a mail from my application ?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I would like to send a mail automaticaly from my application in vc++ with a file in attachement. What's the good way to do it ? Thanks in advance DD
look here: http://www.codeproject.com/internet/#MAPI and here: http://www.codeproject.com/internet/#Email & SMTP
Greenspun's Tenth Rule of Programming: "Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified bug-ridden slow implementation of half of Common Lisp."