email:GWM
This commit is contained in:
parent
7517bb265a
commit
41f132353e
@ -275,7 +275,7 @@ class Sendmail_controller extends BaseController
|
|||||||
|
|
||||||
$data['code'] = $code;
|
$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();
|
$temp_data = $this->MailModel->where('type' , 1)->where('is_active' , 1)->find();
|
||||||
|
|
||||||
|
|||||||
@ -204,6 +204,12 @@ else if($id == 8)
|
|||||||
else
|
else
|
||||||
{ ?>
|
{ ?>
|
||||||
<div class="html">
|
<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;">
|
<tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;">
|
||||||
<td class="content-block"
|
<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;"
|
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.
|
Please login by clicking the link below.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<?php } ?>
|
||||||
<tr style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;">
|
<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
|
<td class="content-block" itemprop="handler" itemscope
|
||||||
itemtype="http://schema.org/HttpActionHandler"
|
itemtype="http://schema.org/HttpActionHandler"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user