mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Logger info for email notification sent
This commit is contained in:
parent
223e2b2b32
commit
9aea663754
1 changed files with 2 additions and 0 deletions
|
@ -1348,6 +1348,8 @@ class Email(object):
|
||||||
|
|
||||||
mailserver.sendmail(plexpy.CONFIG.EMAIL_FROM, plexpy.CONFIG.EMAIL_TO, message.as_string())
|
mailserver.sendmail(plexpy.CONFIG.EMAIL_FROM, plexpy.CONFIG.EMAIL_TO, message.as_string())
|
||||||
mailserver.quit()
|
mailserver.quit()
|
||||||
|
|
||||||
|
logger.info(u"Email notifications sent.")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue