Contact Files
This commit is contained in:
@@ -218,25 +218,17 @@ class BaseService:
|
|||||||
subject = "Verify your MERMS(AI) Account Setup"
|
subject = "Verify your MERMS(AI) Account Setup"
|
||||||
|
|
||||||
html_body = f"""\
|
html_body = f"""\
|
||||||
<table width="550px" border="0" cellpadding="3" cellspacing="3" background-color="#F0F8FF" style="font-size:16px">
|
<div style="font-weight: 700; font-size: 18px; margin-bottom: 16px;">
|
||||||
<tr>
|
Hello <b>{firstname}!</b>,
|
||||||
<td>
|
</div>
|
||||||
Hello <b>{firstname}!</b>
|
|
||||||
</td>
|
<p style="margin: 0 0 16px 0;">
|
||||||
</tr>
|
You have received this message for your account verification.
|
||||||
<tr>
|
</p>
|
||||||
<td>
|
|
||||||
You have received this message for your account verification<br>
|
<p style="margin: 0 0 24px 0;">
|
||||||
</td>
|
Follow the link: <a href="{link_url}">link</a> to complete the verification process.
|
||||||
</tr>
|
</p>
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
Follow the link: <a href="{link_url}">link</a> to complete the verification process.<br>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
send_email_factory(
|
send_email_factory(
|
||||||
|
|||||||
Reference in New Issue
Block a user