refactor: rename file

This commit is contained in:
Son 2021-11-02 10:58:51 +01:00
parent 6b33e66016
commit 542310f5ca
2 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ def handle_reply(envelope, msg: Message, rcpt_to: str) -> (bool, str):
mailbox.email,
f"Email cannot be sent to {contact.email} from {alias.email}",
render(
"transactional/reply-error.txt",
"transactional/reply-error.txt.jinja2",
user=user,
alias=alias,
contact=contact,