Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mapi Mail - but where is the post office ?
Message
 
À
02/05/1999 07:18:37
Guy Pardoe
Pardoe Development Corporation
Peterborough, New Hampshire, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00210882
Message ID:
00214549
Vues:
21
>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()    
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform