mirror of
https://github.com/retspen/webvirtcloud
synced 2026-07-13 15:05:40 +00:00
Compare commits
No commits in common. "012b3041e8a22f1a37ae3706c92ca89d498a0e93" and "b43d7b0a8cad2c256f1d49ea243e8b5ad6a34009" have entirely different histories.
012b3041e8
...
b43d7b0a8c
1 changed files with 2 additions and 4 deletions
|
|
@ -278,10 +278,8 @@ 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
|
||||||
## sender's email-id
|
EMAIL_HOST_USER = #sender's email-id
|
||||||
EMAIL_HOST_USER = ''
|
EMAIL_HOST_PASSWORD = #password associated with above email-id
|
||||||
## password associated with above email-id
|
|
||||||
EMAIL_HOST_PASSWORD = ''
|
|
||||||
|
|
||||||
# LDAP Config
|
# LDAP Config
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue