small fixes

This commit is contained in:
jokob-sk
2022-08-06 09:36:13 +10:00
parent 346ac5912c
commit 09382a055a
4 changed files with 2 additions and 270 deletions

View File

@@ -22,7 +22,7 @@ SMTP_SERVER = 'smtp.gmail.com'
SMTP_PORT = 587
SMTP_USER = 'user@gmail.com'
SMTP_PASS = 'password'
SMTP_SKIP_TLS = False
SMTP_SKIP_TLS = False
SMTP_SKIP_LOGIN = False
REPORT_MAIL = False