Re: eublat problem
- Posted by George Walters <gwalters at sc?rr.c?m> Nov 09, 2007
- 551 views
Those were good links. Here's the syntax I've been using. See anything wrong with it?
cmdString = path & "\\reports\\eMessage.txt" & " -to " & getText(emailAddressId) & " -q" & " -sf " & path&"\\reports\\eSubject.txt" & " -attach " & path&"\\reports\\eDocument.txt" & " -f " & userEmailAddress & " -u " & userEmailAddress & " -pw " & userPassWord rc = sendBlat(cmdString)