diff --git a/email_handler.py b/email_handler.py index 3b522653..d29a8063 100644 --- a/email_handler.py +++ b/email_handler.py @@ -256,9 +256,10 @@ class MailHandler: user_email = forward_email.gen_email.user.email if envelope.mail_from.lower() != user_email.lower(): LOG.error( - f"Reply email can only be used by user email. Actual mail_from: %s. User email %s", + f"Reply email can only be used by user email. Actual mail_from: %s. User email %s. reply_email %s", envelope.mail_from, user_email, + reply_email, ) send_email(