actually fix mail port

This commit is contained in:
aronwk-aaron 2023-02-14 16:13:27 -06:00
parent 5d1b79334a
commit ee65f67fe3

View File

@ -253,7 +253,7 @@ def register_settings(app):
) )
app.config['MAIL_PORT'] = int( app.config['MAIL_PORT'] = int(
os.getenv( os.getenv(
'MAIL_USE_SSL', 'MAIL_PORT',
app.config['MAIL_PORT'] app.config['MAIL_PORT']
) )
) )