Sick-Beard icon indicating copy to clipboard operation
Sick-Beard copied to clipboard

Email Notifications

Open xombiemp opened this issue 11 years ago • 7 comments

"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.

xombiemp avatar Jan 25 '13 22:01 xombiemp

thanks for opening this pull, will it be able to only send notification on download?

RobinMM avatar Jan 26 '13 01:01 RobinMM

It can do snatched, downloaded or both.

xombiemp avatar Jan 26 '13 01:01 xombiemp

bump this should get merged!

bruvv avatar Feb 11 '13 15:02 bruvv

I noticed this PR stays active after disabling it from GUI, it keeps sending emails once configured and disabled.

schumi2004 avatar Feb 19 '13 08:02 schumi2004

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 avatar Sep 24 '13 15:09 rascalli

@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

thezoggy avatar Sep 24 '13 22:09 thezoggy

how do you do flexible ? So it says what is downloaded ? what code to use ?

rascalli avatar Oct 10 '13 18:10 rascalli