mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-08 07:20:44 +00:00
Added email verification
This commit is contained in:
@@ -81,4 +81,12 @@ USE_I18N = True
|
||||
|
||||
USE_TZ = True
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
EMAIL_BACKEND = 'django_smtp_ssl.SSLEmailBackend'
|
||||
EMAIL_USE_TLS = True
|
||||
EMAIL_HOST = 'smtp.gmail.com'
|
||||
EMAIL_HOST_USER = 'series.notification@gmail.com'
|
||||
EMAIL_HOST_PASSWORD = env("EMAIL_HOST_PASSWORD")
|
||||
DEFAULT_FROM_EMAIL = 'series.notification@gmail.com'
|
||||
EMAIL_PORT = 465
|
Reference in New Issue
Block a user