enabling mail on beaker server

This commit is contained in:
Tim Flink 2015-12-10 18:06:28 +00:00
parent 5c9687b873
commit 7b42457629

View file

@ -20,7 +20,7 @@ sqlalchemy.pool_recycle = 3600
#reports_engine.pool_recycle = 3600
# Set to True to enable sending emails.
#mail.on = False
mail.on = True
# TurboMail transport to use. The default 'smtp' sends mails over SMTP to the
# server configured below. Other transports may be available as TurboMail