Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Email sent to user for password verification #1030 #1115

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions vms/vms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,11 @@
ACCOUNT_ACTIVATION_DAYS = 2
ANONYMOUS_USER_ID = -1

# SMTP configuration

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST ='smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER ='[email protected]'
EMAIL_HOST_PASSWORD ='#Vms@Anita'