Page 2 of 2

Re: [Solved]is it possible to make Email Notification plugin

Posted: Sun Apr 03, 2011 7:49 pm
by colbert
I am using this script (modified to torrent_complete.sh intead of added) and it works great (note: I did have to restart the deluge daemon but tested and working now).

Just a question, in the bash script you have the lines

Code: Select all

subject="Started download new torrent!"
message="$torrentname to $torrentpath"
However these are not used in the script at all, they appear to be completely unnecessary?