Skip to content
Snippets Groups Projects
Commit 9eb936bf authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:protokollsystem/proto3

parents 37717619 4c18fe3a
Branches
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ class MailManager: ...@@ -83,7 +83,7 @@ class MailManager:
msg["From"] = self.from_addr msg["From"] = self.from_addr
msg["To"] = to_addr msg["To"] = to_addr
msg["Subject"] = subject msg["Subject"] = subject
msg["Message-ID"] = "{}@{}".format(uuid4(), getfqdn()) msg["Message-ID"] = "<{}@{}>".format(uuid4(), getfqdn())
msg.attach(MIMEText(content, _charset="utf-8")) msg.attach(MIMEText(content, _charset="utf-8"))
if appendix is not None: if appendix is not None:
for name, file_like in appendix: for name, file_like in appendix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment