Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ways To Send E-mail From Application
Message
From
18/04/2000 09:34:16
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00360606
Message ID:
00360819
Views:
9
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform