Sick-Beard
Sick-Beard copied to clipboard
Email Notifications
"This patch provides email notifications, with support for TLS and SMTP AUTH. It provides the regular notifications on snatch and download. It provides the ability to give a list of "global" emails, which receive notifications for all shows and it also allows configuration of email notification lists on a per show basis."
This is Sluggers pull request from https://github.com/midgetspy/Sick-Beard/pull/428
I made the changes in the Development branch and changed a few things to get it to work with the current version of SickBeard. I've tested it and it seems to be working great.
thanks for opening this pull, will it be able to only send notification on download?
It can do snatched, downloaded or both.
bump this should get merged!
I noticed this PR stays active after disabling it from GUI, it keeps sending emails once configured and disabled.
I would like to have the subject of the email notification telling me what show+episode is downloaded/snatched Does anyone know how I can change this ?
@rascalli emailnotification.py, look for msg['Subject'] = 'Sick Beard has snatched a new episode!'
you would have to modify that to insert whatever data you wanted vs it being hard coded
how do you do flexible ? So it says what is downloaded ? what code to use ?