Email notification to multiple e-mailadresses

Post here if you have some suggestions or you want to request a new feature.
Post Reply
Andre
Posts: 22
Joined: Mon Oct 05, 2009 7:12 am
Location: Oosterwolde, Friesland, the Netherlands
Contact:

Email notification to multiple e-mailadresses

Post 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é.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Email notification to multiple e-mailadresses

Post 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")
Andre
Posts: 22
Joined: Mon Oct 05, 2009 7:12 am
Location: Oosterwolde, Friesland, the Netherlands
Contact:

Re: Email notification to multiple e-mailadresses

Post by Andre »

That's cool. I'll give it a try. Thank you! :-)
Post Reply