mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-08-09 20:14:01 +00:00
actually fix mail port
This commit is contained in:
@@ -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']
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user