sfd
This commit is contained in:
parent
b88faa4c0b
commit
8c73acb456
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ app.config["CACHE_DIR"] = "cache"
|
|||
app.config["RATELIMIT_STORAGE_URL"] = environ.get("REDIS_URL", "redis://127.0.0.1")
|
||||
app.config['MAIL_SERVER'] = 'smtp.gmail.com'
|
||||
app.config['MAIL_PORT'] = 465
|
||||
app.config['MAIL_USE_TLS'] = False
|
||||
app.config['MAIL_USE_TLS'] = True
|
||||
app.config['MAIL_USE_SSL'] = True
|
||||
app.config['MAIL_USERNAME'] = 'Aevann3@gmail.com'
|
||||
app.config['MAIL_PASSWORD'] = environ.get("MAIL_PASSWORD", "").strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue