Skip to content
Snippets Groups Projects
Commit 2e83b6e9 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

Merge branch 'bugfix/mail-import' into 'main'

fix: Wrong import in settings module

See merge request !12
parents fc9c3029 ce304b66
Branches
Tags v1.1.1
2 merge requests!15Bugfix/fix layout,!12fix: Wrong import in settings module
Pipeline #168502 passed
......@@ -131,7 +131,7 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
LOGIN_REDIRECT_URL = "/"
LOGOUT_REDIRECT_URL = "/"
EMAIL_BACKEND = "django.mail.backends.smtp.EmailBackend"
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_USE_TLS = True
EMAIL_HOST = env.get("EMAIL_HOST")
EMAIL_HOST_USER = env.get("EMAIL_USER")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment