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,