What must be done to get a simple text message mailed to an internet mail address using VC++ (and any class libraries with MS VC++ 4.2)?
I want a function that takes 3 arguments:
int SendEmailMessage(char *emailaddress,char *subject,char *message);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Emailing from within VC++
|
Click Here to Expand Forum to Full Width |