stash
This commit is contained in:
parent
d42be1ea84
commit
c056aafe50
7 changed files with 6 additions and 109 deletions
|
@ -71,7 +71,7 @@ def make_reply(reply_email, references=None, event=None):
|
|||
reply["From"] = reply_email.sender
|
||||
reply["To"] = reply_email.recipient
|
||||
reply["Subject"] = reply_email.subject
|
||||
reply["Reply-To"] = f"{event}@{MAIL_DOMAIN}"
|
||||
reply["Reply-To"] = f"{event.lower()}@{MAIL_DOMAIN}"
|
||||
if reply_email.in_reply_to:
|
||||
reply["In-Reply-To"] = reply_email.in_reply_to
|
||||
if reply_email.reference:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue