We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4126c97 commit 0d62188Copy full SHA for 0d62188
app/__init__.py
@@ -42,7 +42,7 @@ def start_ngrok():
42
mail_handler = SMTPHandler(
43
mailhost=(app.config['MAIL_SERVER'], app.config['MAIL_PORT']),
44
fromaddr='noreply@' + app.config['MAIL_SERVER'],
45
- toaddrs=app.config['ADMINS'],
+ toaddrs=app.config['MAIL_DEFAULT_SENDER'],
46
subject='Flask 2fa Failure',
47
credentials=auth, secure=secure
48
)
0 commit comments