From c53fe9048458f37ca34623978843618f7407fb7b Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Wed, 18 Nov 2020 16:16:37 +0100 Subject: [PATCH] fix email subject --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 4b4715f0..61d75f58 100644 --- a/email_handler.py +++ b/email_handler.py @@ -1488,7 +1488,7 @@ def handle_spam( user, ALERT_SPAM_EMAIL, mailbox.email, - f"Email from {contact.website_email} to {alias.email} is detected as spam", + f"Email from {alias.email} to {contact.website_email} is detected as spam", render( "transactional/spam-email-reply-phase.txt", name=user.name,