Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mapi Mail - but where is the post office ?
Message
 
 
To
02/05/1999 07:18:37
Guy Pardoe
Pardoe Development Corporation
Peterborough, New Hampshire, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00210882
Message ID:
00214549
Views:
22
>Would you be willing to post a simple example of how to send mail without a mail client. (I just acquired Web Connect/wwIPStuff, but haven't got into it yet.)
* set up the email library
SET PROCEDURE TO wwUtils ADDITIVE
SET CLASSLIB TO wwIPStuff ADDITIVE
oEmail=CREATE("wwIPStuff")

* send message
oEmail.cMailServer="vanhosp"
oEmail.cSenderEmail="patdb@vhrenal.com"
oEmail.cRecipient="joe@vanhosp.bc.ca"
oEmail.cSubject= "Hello"
oEmail.cMessage= "This is a test message body"
oEmail.SendMailAsync()    
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform