Browse Source

Inform refused email to mailbox

Son NK 5 years ago
parent
commit
5db92b049d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      email_handler.py

+ 1 - 3
email_handler.py

@@ -572,9 +572,7 @@ def handle_bounce(
             alias,
         )
         send_email(
-            # TOOD: use mailbox_email instead
-            user.email,
-            # mailbox_email,
+            mailbox_email,
             f"Email from {forward_email.website_from} to {alias} cannot be delivered to your inbox",
             render(
                 "transactional/bounced-email.txt",