Revert "try fixing spam issue: use personal email in forward phase"

This reverts commit 2f46a225e1b9099c2905a771132445caf42b4284.
This commit is contained in:
Son NK 2019-11-10 09:11:26 +01:00
parent bfb1c27528
commit 6015dbd4d1

View file

@ -116,8 +116,6 @@ class MailHandler:
msg.add_header("X-SimpleLogin-Type", "Forward")
msg.add_header("Reply-To", forward_email.reply_email)
msg.replace_header("To", f"{alias} <{gen_email.user.email}>")
LOG.d(
"Send mail from %s to %s, mail_options %s, rcpt_options %s ",
envelope.mail_from,