fix: email address not displayed on the mask

This commit is contained in:
2024-07-24 00:24:10 +08:00
parent d6fc0a6d20
commit 9147206d0f
2 changed files with 7 additions and 3 deletions

View File

@ -25,8 +25,8 @@
Forwarded Email
</td>
<td width="50%" align="right" style="color: #ffffff; text-align: right;">
<p>From: {original_msg['From']}</p>
<p>To: {original_msg['To']}</p>
<p>From: {from_name} &gt;{from_address}&lt;</p>
<p>To: {to_name} &gt;{to_address}&lt;</p>
<p>Subject: {original_subject}</p>
</td>
</tr>