homepage/homepage/settings.py aktualisiert

This commit is contained in:
Tobias Gerwin 2024-02-23 20:28:51 +00:00
parent 29a275710d
commit b03e49233b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.strato.de'
EMAIL_PORT = 587
EMAIL_HOST_USER = 'noreply@homepage.tobias-gerwin.de'
EMAIL_HOST_PASSWORD = '7FWNNrRnTjix34Y'
EMAIL_HOST_PASSWORD = '12345'
EMAIL_USE_LOCALTIME = True
# EMAIL_USE_SSL = True
EMAIL_USE_TLS = True