This commit is contained in:
2025-10-06 12:46:23 +02:00
parent b802011d7f
commit d0f36e0bbd
7 changed files with 986 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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