Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ways To Send E-mail From Application
Message
De
18/04/2000 09:34:16
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00360606
Message ID:
00360819
Vues:
8
>I use Rick's wwIPStuff class. Works great for me. Glad to help you out on this if you decide to try it.

Mark,

Using the following code:
loIP.cMailServer = [smtp.public.dook.edu]
loIP.cSenderName = [Patient Contact Manager]
loIP.cSenderEmail = [MyAccount@dook.edu]
loIP.cRecipient = [MyAccount@dook.edu]   && Notes account
loIP.cSubject = [wwIPStuff]
loIP.cMessage = [Hello World] 
The mail header says:
From: MyAccount@dook.edu (Patient Contact Manager)

But I want the header to end up like this: (I think)
From: Patient Contact Manager < MyAccount@dook.edu >

so "Patient Contact Manager" shows in the "Who" area of the Notes interface.

Can I get wwIPStuff to do this? Of course I can set up the account as PatientContactManager@dook.edu as a work around.

Also, to avoid putting anything on the CCWS machines, I will be attempting to run this completely from the network. That means keeping the .fll on the server with the data and the exe, which is why I prefer Rick's method to an ActiveX control. Other than being slow, do you see any problems?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform