diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 11798ff3..607cd3b0 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1348,6 +1348,8 @@ class Email(object): mailserver.sendmail(plexpy.CONFIG.EMAIL_FROM, plexpy.CONFIG.EMAIL_TO, message.as_string()) mailserver.quit() + + logger.info(u"Email notifications sent.") return True except Exception, e: