Make the default mail sender use the Flask mail config value
This commit is contained in:
parent
adc915a5eb
commit
49f8629566
2 changed files with 4 additions and 6 deletions
|
@ -55,7 +55,7 @@ class DefaultConfig(object):
|
|||
MAIL_PORT = 587
|
||||
MAIL_USERNAME = ''
|
||||
MAIL_PASSWORD = ''
|
||||
DEFAULT_MAIL_SENDER = ''
|
||||
MAIL_DEFAULT_SENDER = 'support@quay.io'
|
||||
MAIL_FAIL_SILENTLY = False
|
||||
TESTING = True
|
||||
|
||||
|
|
Reference in a new issue