diff --git a/ennstatus/log.py b/ennstatus/log.py --- a/ennstatus/log.py +++ b/ennstatus/log.py @@ -36,7 +36,7 @@ def init_logging(app): smtp_handler = logging.handlers.SMTPHandler( 'localhost', - 'info@c3l.lu', + 'ennstatus@enn.lu', app.config.get('ENNSTATUS_ADMINS', None), '[Ennstatus] Error') smtp_handler.setLevel(logging.ERROR)