ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Need help writing a script? Have any question about ScriptFTP?
Hi,

I'm using blat like in the Script library to send a mail in case of faillure, but when I put more than one recipient it's not sending ...
:arrow: $email_to="script@ftp.com" WORK
:arrow: $email_to="script@ftp.com; script2@ftp.com; script3@ftp.com" DOESN'T WORK

Can you help me please ?

Thanks,

Yohann
Just found the answer !
It has to be , and not ; between the recipients :lol: