Click to See Complete Forum and Search --> : Emailing from within VC++


May 7th, 1999, 09:40 AM
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);

mdwilliams
May 7th, 1999, 04:50 PM
There are tons of sample e-mail classes on this site, just look under Internet Programming and find the E-Mail section.

-- Matt