email:GWM

This commit is contained in:
sriramv 2023-06-24 11:11:53 +05:30
parent 7517bb265a
commit 41f132353e
2 changed files with 8 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class Sendmail_controller extends BaseController
$data['code'] = $code;
$data['url'] = base_url()."verify_email/".md5($code);
$data['url'] = base_url();
$temp_data = $this->MailModel->where('type' , 1)->where('is_active' , 1)->find();

View File

@ -204,6 +204,12 @@ else if($id == 8)
else
{ ?>
<div class="html">
<?php if ($html) { ?>
<tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;">
<td><?php echo $html ?></td>
<?php
} else { ?>
<tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;">
<td class="content-block"
style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px;"
@ -219,6 +225,7 @@ else if($id == 8)
Please login by clicking the link below.
</td>
</tr>
<?php } ?>
<tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;">
<td class="content-block" itemprop="handler" itemscope
itemtype="http://schema.org/HttpActionHandler"