-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail-template.html
More file actions
51 lines (49 loc) · 3.33 KB
/
email-template.html
File metadata and controls
51 lines (49 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" style="font-size:14px;font-family:Microsoft Yahei,Arial,Helvetica,sans-serif;padding:0;margin:0;color:#333;background-image:url('border-mail.jpg');background-color:#f7f7f7;background-repeat:repeat-x;background-position:bottom left">
<tbody>
<tr>
<td>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" valign="middle" style="padding:33px 0"><a href="<?php echo url('/') ?>" target="_blank" data-saferedirecturl="<?php echo url('/') ?>"><img src="logo.png" width="232" height="60" alt="" style="border:0" class=""></a></td>
</tr>
<tr>
<td>
<div style="padding:0 30px;background:#fff">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border-bottom:1px solid #e6e6e6;font-size:18px;padding:20px 0">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>Email Title</td>
<td>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="font-size:14px;line-height:30px;padding:20px 0;color:#666">
Hello:<br>The system has detected that your account is logged in from an unused IP address.<br>Email:<strong><a href="mailto:giangmd93@gmail.com" target="_blank">giangmd93@gmail.com</a></strong>
</td>
</tr>
<tr>
<td style="padding:30px 0 15px 0;font-size:12px;color:#999;line-height:20px">IZWAY Team<br>Automated message. Please do not reply</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
<tr>
<td align="center" style="font-size:12px;color:#999;padding:20px 0">© 2018 www.izway.vn All Rights Reserved</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>