Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class for sending email
Message
From
28/03/2002 10:15:15
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00633031
Message ID:
00638460
Views:
33
I use this code on a W2K Server box running virtual smpt server and it seems to work pertty well.
LParameters cMessage,cTo,cFrom,cSubject
*--------------------------------------------------
Local oMail
oMail = create("CDONTS.NewMail")
oMail.Send(cFrom,cTo,cSubject,cMessage)
Release oMail
*--------------------------------------------------
Return
Previous
Reply
Map
View

Click here to load this message in the networking platform