mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +00:00
parent
e726f59114
commit
5d1b79334a
@ -251,9 +251,11 @@ def register_settings(app):
|
|||||||
'MAIL_SERVER',
|
'MAIL_SERVER',
|
||||||
app.config['MAIL_SERVER']
|
app.config['MAIL_SERVER']
|
||||||
)
|
)
|
||||||
app.config['MAIL_PORT'] = os.getenv(
|
app.config['MAIL_PORT'] = int(
|
||||||
|
os.getenv(
|
||||||
'MAIL_USE_SSL',
|
'MAIL_USE_SSL',
|
||||||
app.config['MAIL_PORT']
|
app.config['MAIL_PORT']
|
||||||
|
)
|
||||||
)
|
)
|
||||||
app.config['MAIL_USE_SSL'] = os.getenv(
|
app.config['MAIL_USE_SSL'] = os.getenv(
|
||||||
'MAIL_USE_SSL',
|
'MAIL_USE_SSL',
|
||||||
|
Loading…
Reference in New Issue
Block a user