init
This commit is contained in:
BIN
vontor_cz/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
vontor_cz/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
vontor_cz/__pycache__/settings.cpython-313.pyc
Normal file
BIN
vontor_cz/__pycache__/settings.cpython-313.pyc
Normal file
Binary file not shown.
@@ -243,8 +243,8 @@ REST_FRAMEWORK = {
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' #SMTP
|
||||
EMAIL_HOST = os.getenv("EMAIL_HOST")
|
||||
EMAIL_PORT = 465
|
||||
EMAIL_USE_TLS = True
|
||||
EMAIL_USE_SSL = False
|
||||
#EMAIL_USE_TLS = True
|
||||
EMAIL_USE_SSL = True
|
||||
EMAIL_HOST_USER = os.getenv("EMAIL_USER")
|
||||
EMAIL_HOST_PASSWORD = os.getenv("EMAIL_USER_PASSWORD")
|
||||
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER # Optional, if you want a default sender
|
||||
|
||||
Reference in New Issue
Block a user