forked from ScoDoc/ScoDoc
9.0.19
This commit is contained in:
parent
704e0d1055
commit
1e6c16ab31
@ -170,6 +170,7 @@ def create_app(config_class=DevConfig):
|
||||
mailhost=(app.config["MAIL_SERVER"], app.config["MAIL_PORT"]),
|
||||
fromaddr="no-reply@" + app.config["MAIL_SERVER"],
|
||||
toaddrs=["exception@scodoc.org"],
|
||||
subject="ScoDoc Exception", # unused see ScoSMTPHandler
|
||||
credentials=auth,
|
||||
secure=secure,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user