[Solved]is it possible to make Email Notification plugin?

Suggest, post, or discuss plugins for Deluge
colbert
Member
Member
Posts: 10
Joined: Wed Mar 30, 2011 12:50 am

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

Post 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?
Post Reply