mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 01:40:08 -06:00
smtp.EmailBackend in the docker conf: be explicit about it
This commit is contained in:
@@ -106,6 +106,7 @@ else:
|
||||
|
||||
|
||||
if os.getenv("EMAIL_HOST"):
|
||||
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend" # default, here for explicitness
|
||||
EMAIL_HOST = os.getenv("EMAIL_HOST")
|
||||
EMAIL_HOST_USER = os.getenv("EMAIL_HOST_USER")
|
||||
EMAIL_HOST_PASSWORD = os.getenv("EMAIL_HOST_PASSWORD")
|
||||
|
||||
Reference in New Issue
Block a user