Re: eublat problem
- Posted by George Walters <gwalters at sc?rr?com> Nov 09, 2007
- 567 views
CK what worked was to leave off the -u and -pw which is stupid but it works with this paritcular smpt server. George Walters wrote: > > Those were good links. Here's the syntax I've been using. See anything wrong > with it? > > }}} <eucode> > cmdString = path & "\\reports\\eMessage.txt" > & " -to " & getText(emailAddressId) > & " -q" > & " -sf " & path&"\\reports\\eSubject.txt" > & " -attach " & path&"\\reports\\eDocument.txt" > & " -f " & userEmailAddress > remark this & " -u " & userEmailAddress > remark this & " -pw " & userPassWord > rc = sendBlat(cmdString) > </eucode> {{{