email:GWM
This commit is contained in:
parent
7517bb265a
commit
41f132353e
@ -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();
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user