Contact Files
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user