Re: [Solved]is it possible to make Email Notification plugin
Posted: Sun Apr 03, 2011 7:49 pm
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
However these are not used in the script at all, they appear to be completely unnecessary?
Just a question, in the bash script you have the lines
Code: Select all
subject="Started download new torrent!"
message="$torrentname to $torrentpath"