Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email
Message
From
02/08/2005 23:34:38
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Email
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01037177
Message ID:
01038035
Views:
23
Boy, I've tried half dozen of these things. Cant get any to work!

They come back with error 1.
"File name (message text) not given OR Bad argument given"

Even the wiki blat (five lines of code) returns that error.
Here are the 5 lines:
LOCAL lcDll, lcCmd, lnResult
lcDll = "blat.dll"
DECLARE INTEGER Send IN (lcDll) STRING blatstring
lcCmd = 'wikibody.txt -t debra@roncherry.com -s "VFP email" -f ;           cherry@roncherry.com -server mail.roncherry.com '
lnResult = Send(lcCmd)
?lnResult
See anything obvious?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform