Send email: Difference between revisions

m
Line 775:
-- @param {string} [cc=VOID] - optional; multiple addresses separated with ;
-- @param {string} [bcc=VOID] - optional; multiple addresses separated with ;
-- @param {propList} [serverProps=VOID] - optional; allows to overwrite default settings
-- @return {bool} success
----------------------------------------
Line 815:
if not voidP(bcc) then put " -bcc "&QUOTE&bcc&QUOTE after cmd
 
put " 1>nul 2>nul & if errorlevel 1 echo ERROR" after cmd
res = sx.shell_cmd(cmd)
Anonymous user