Outgoing mail: Decode unicode in From headers (#5864)

This commit is contained in:
Raphael Michel
2026-02-03 18:12:12 +01:00
committed by GitHub
parent dc49d5bcf7
commit 9879e99c59
2 changed files with 9 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
<dl class="dl-horizontal">
<dt>{% trans "From" context "email" %}</dt>
<dd>{{ mail.sender }}</dd>
<dd>{{ sender }}</dd>
<dt>{% trans "To" context "email" %}</dt>
<dd>{{ mail.to|join:", " }}</dd>
{% if mail.cc %}