fix: email address not displayed on the mask
This commit is contained in:
@ -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} >{from_address}<</p>
|
||||
<p>To: {to_name} >{to_address}<</p>
|
||||
<p>Subject: {original_subject}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user