Page 1 of 1

Email notification to multiple e-mailadresses

Posted: Tue Jan 05, 2010 12:30 pm
by Andre
Email notification is very useful to me but it would be nice if i could send a notification to multiple e-mailadresses so i can also keep my colleages updated on ftp-server activity. :-)

Kind regards and keep up the good work.

André.

Re: Email notification to multiple e-mailadresses

Posted: Tue Jan 05, 2010 12:55 pm
by FTP
Hi,

You can make it by adding lua script in the Event Manager, for example:

c_SendMail("test111@test.com","a file has been uploaded","%Name uploaded %PathName","","smtp1")
c_SendMail("test222@test.com","a file has been uploaded","%Name uploaded %PathName","","smtp1")
c_SendMail("test333@test.com","a file has been uploaded","%Name uploaded %PathName","","smtp1")

Re: Email notification to multiple e-mailadresses

Posted: Tue Jan 05, 2010 1:22 pm
by Andre
That's cool. I'll give it a try. Thank you! :-)