Skip to content

Commit f1a5a56

Browse files
author
Bart van der Schoor
committed
[#2199] Updated settings for django-yubin
1 parent cd7160b commit f1a5a56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/open_inwoner/conf/base.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@
340340

341341
DEFAULT_FROM_EMAIL = config("DEFAULT_FROM_EMAIL", default="[email protected]")
342342

343-
EMAIL_BACKEND = "django_yubin.smtp_queue.EmailBackend"
343+
EMAIL_BACKEND = "django_yubin.backends.QueuedEmailBackend"
344+
MAILER_USE_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
344345

345346
#
346347
# LOGGING

0 commit comments

Comments
 (0)