diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 48170f5..4d45be1 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -278,10 +278,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.gmail.com' EMAIL_USE_TLS = True EMAIL_PORT = 587 -## sender's email-id -EMAIL_HOST_USER = '' -## password associated with above email-id -EMAIL_HOST_PASSWORD = '' +EMAIL_HOST_USER = #sender's email-id +EMAIL_HOST_PASSWORD = #password associated with above email-id # LDAP Config #