There was an error while loading. Please reload this page.
1 parent 9dd18f3 commit cb5f1a4Copy full SHA for cb5f1a4
lms/lmsweb/config.py.example
@@ -16,9 +16,8 @@ CONFIRMATION_TIME = 3600
16
17
# MAIL CONFIGURATION
18
MAIL_SERVER = 'smtp.gmail.com'
19
-MAIL_PORT = 465
20
-MAIL_USE_SSL = True
21
-MAIL_USE_TLS = False
+MAIL_PORT = 587
+MAIL_USE_TLS = True
22
MAIL_USERNAME = 'username@gmail.com'
23
MAIL_PASSWORD = 'password'
24
MAIL_DEFAULT_SENDER = 'username@gmail.com'
0 commit comments