From c23176bd5e4052520729ba842b7db5f08e9cb665 Mon Sep 17 00:00:00 2001 From: Christian Merten Date: Mon, 3 Oct 2022 18:34:56 +0200 Subject: [PATCH] mailer/mailutils: remove local override --- 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 94e804c..3c4c111 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,