Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help: Need email (no outlook) 'via SMTP'
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00673833
Message ID:
00674124
Views:
25
tried looking at that and suggested that the NT server did not have IE4
saw another thread where you suggested-
DECLARE INTEGER ShellExecute ;
    IN SHELL32.DLL ;
    INTEGER nWinHandle,;
    STRING cOperation,;
    STRING cFileName,;
    STRING cParameters,;
    STRING cDirectory,;
    INTEGER nShowWindow

lcEmailAddress = "somebody@someplace.com"
lcCCAddress = "somebodyelse@someplace.com"
lcSubject = "This is a test message"
lcMessageBody = "This a message body."

ShellExecute(0, "", "mailto:" + lcEmailAddress + "?Subject=" + lcSubject + ;
                    "&CC=" + lcCCAddress + "&body=" + lcMessageBody, "", "", 1)
From the server, that
doesn't give an error
doesn't wait for a send
doesn't send email
How can I convince the Network administrator that I can't send an email from the server!?

>See http://msdn.microsoft.com/library/en-us/cdo/html/_denali_installing_cdo_for_nts.asp.
Edgar L. Bolton, B.S. B.B.A.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform