Contact Files

This commit is contained in:
2026-05-24 16:14:51 -04:00
parent 55650b3aa3
commit acd6224616
+11 -19
View File
@@ -218,25 +218,17 @@ class BaseService:
subject = "Verify your MERMS(AI) Account Setup"
html_body = f"""\
<table width="550px" border="0" cellpadding="3" cellspacing="3" background-color="#F0F8FF" style="font-size:16px">
<tr>
<td>
Hello <b>{firstname}!</b>
</td>
</tr>
<tr>
<td>
You have received this message for your account verification<br>
</td>
</tr>
<tr>
<td>
Follow the link: <a href="{link_url}">link</a> to complete the verification process.<br>
</td>
</tr>
</table>
<div style="font-weight: 700; font-size: 18px; margin-bottom: 16px;">
Hello <b>{firstname}!</b>,
</div>
<p style="margin: 0 0 16px 0;">
You have received this message for your account verification.
</p>
<p style="margin: 0 0 24px 0;">
Follow the link: <a href="{link_url}">link</a> to complete the verification process.
</p>
"""
send_email_factory(