feat: directly click on email on mask to send to it

This commit is contained in:
2024-07-24 14:09:44 +08:00
parent d7d2b86a9f
commit 936cffd0ed
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
<!-- <p style="font-size: medium; margin-block: 0.2em;">This email is plain text, it may have display issues</p> -->
</td>
<td width="50%" align="right" style="color: #ffffff; text-align: right">
<p style="margin-block: 0.1em">From: {from_name} &lt;{from_address}&gt;</p>
<p style="margin-block: 0.1em">To: {to_name} &lt;{to_address}&gt;</p>
<p style="margin-block: 0.1em">From: {from_name} &lt;<a href="mailto:{from_address}">{from_address}</a>&gt;</p>
<p style="margin-block: 0.1em">To: {to_name} &lt;<a href="mailto:{to_address}">{to_address}</a>&gt;</p>
<p style="margin-block: 0.1em">Subject: {original_subject}</p>
</td>
</tr>