mirror of
https://github.com/retspen/webvirtcloud
synced 2026-07-10 05:25:41 +00:00
Compare commits
2 commits
b43d7b0a8c
...
012b3041e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
012b3041e8 | ||
|
|
fe7452fcc6 |
1 changed files with 4 additions and 2 deletions
|
|
@ -278,8 +278,10 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||||
EMAIL_HOST = 'smtp.gmail.com'
|
EMAIL_HOST = 'smtp.gmail.com'
|
||||||
EMAIL_USE_TLS = True
|
EMAIL_USE_TLS = True
|
||||||
EMAIL_PORT = 587
|
EMAIL_PORT = 587
|
||||||
EMAIL_HOST_USER = #sender's email-id
|
## sender's email-id
|
||||||
EMAIL_HOST_PASSWORD = #password associated with above email-id
|
EMAIL_HOST_USER = ''
|
||||||
|
## password associated with above email-id
|
||||||
|
EMAIL_HOST_PASSWORD = ''
|
||||||
|
|
||||||
# LDAP Config
|
# LDAP Config
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue