IF FILE( DEFPATH() + cFile )
DEFINE MAIL oMail SUBJECT cSubject ;
TEXT cBody ;
TO cName , cEmail ;
FILES DEFPATH() + cFile, cFilename ;
FROM USER
ACTIVATE MAIL oMail
ELSE
? DEFPATH() + cFile+" not found"
ENDIFCan I use this command (or class) with arrays aFile instead of cFile and cFilename and aRecipients instead of cName and cEmail.
I need to send multiple emails and/or files to my procedure.
Many thanks
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)