mailer/mailutils: remove local override

v1-0-stable
Christian Merten 3 years ago
parent 04ae598167
commit c23176bd5e
Signed by: christian.merten
GPG Key ID: D953D69721B948B3

@ -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,

Loading…
Cancel
Save