From 6138c912ed702a45dc7681819e0c9459317e37c8 Mon Sep 17 00:00:00 2001 From: Erich Hasl Date: Sun, 2 Oct 2022 13:32:04 +0200 Subject: [PATCH] mailer/mailutils: fix wrong HOST --- jdav_web/mailer/mailutils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jdav_web/mailer/mailutils.py b/jdav_web/mailer/mailutils.py index 2d1a278..cb70e52 100644 --- a/jdav_web/mailer/mailutils.py +++ b/jdav_web/mailer/mailutils.py @@ -5,7 +5,6 @@ import os NOT_SENT, SENT, PARTLY_SENT = 0, 1, 2 HOST = os.environ.get('DJANGO_ALLOWED_HOST', 'localhost:8000').split(",")[0] -HOST = "localhost:8008" def send(subject, content, sender, recipients, message_id=None, reply_to=None,