-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathadmin_order_mailer.html
138 lines (138 loc) · 8.6 KB
/
admin_order_mailer.html
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SmartKYC</title>
<!--<link href="https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat|Open+Sans|Raleway:300|Roboto:300" rel="stylesheet">-->
<!--<link href="http://allfont.net/allfont.css?fonts=montserrat-light" rel="stylesheet" type="text/css" />-->
</head>
<body style="width:100% !important; margin:0 !important; padding:0 !important; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; background-color:#FFFFFF;">
<center>
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" style="background-color: #f7f8fb;padding: 5% 0;">
<tr>
<td align="center" valign="top">
<!-- BEGIN TEMPLATE // -->
<!--[if gte mso 9]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="max-width:600px;">
<tr>
<td align="center" valign="top" width="600" style="width:600px;">
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%;background-color: white">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%;text-align: center;padding-top: 3%">
<tr>
<td>
<img src="images/cryp_log.png" style="width: 200px">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center">
<tr>
<td style="text-align: center;width: 100%;">
<p style="text-align: center;font-size: 24px;font-family: 'Montserrat Light', sans-serif;color: #989898;line-height: 1.5;">Order Details</p>
</td>
</tr>
</table>
</td>
</tr>
<tr style="background-color: #f7f8fb;">
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;background-color: white;">
<tr>
<td>
<table border="1" cellpadding="0" cellspacing="0" width="90%" style="margin:auto;text-align: left;background-color: white;font-size: 17px;font-family: 'Montserrat Light', sans-serif;color: #989898;line-height: 1.5;">
<tr>
<td style="padding: 5px">Name</td>
<td style="padding: 5px">Customer name</td>
</tr>
<tr>
<td style="padding: 5px">Country</td>
<td style="padding: 5px">(Country)</td>
</tr>
<tr>
<td style="padding: 5px">Email</td>
<td style="padding: 5px">[email protected]</td>
</tr>
<tr>
<td style="padding: 5px">Phone</td>
<td style="padding: 5px">1234567890</td>
</tr>
<tr>
<td style="padding: 5px">Order Amount</td>
<td style="padding: 5px">100 USD</td>
</tr>
<tr>
<td style="padding: 5px">Order Type</td>
<td style="padding: 5px">(Order Type)</td>
</tr>
<tr>
<td style="padding: 5px">Order Message</td>
<td style="padding: 5px">Proof of Home Address (Utility Bill or Bank Statement) issued within the last 3 months containing your name on the account</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;background-color: white;padding-top: 20px">
<tr>
<td style="text-align: center;width: 100%;">
<img src="images/cryp_btm_mail.png" style="width: 100%">
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;background-color: transparent">
<tbody>
<tr>
<td style="text-align: center;"><span style="font-size: 10px;color: #999999;font-family: 'Montserrat Light', sans-serif;">Copyright © SmartKYC 2017. All Rights Reserved</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
</tr>
</table>
<![endif]-->
<!-- // END TEMPLATE -->
</td>
</tr>
</table>
</center>
</body>
</html>