Files
CoreGrade/coregrade/email/topup_payment_alert.mailfile
T
2020-01-11 09:50:39 -05:00

60 lines
2.1 KiB
Plaintext

To: {{email}}
Subject: PayQuic Alert Processing TopUp Payment Order No {{orderid}} of {{recipient_no}} with {{amount2}} Naira
<html>
<head>
</head>
<body>
<pre>
<table cellpadding="2" cellspacing="2" border="0" style="height:30px; width:400px; font-size:12px;color:#333333;width:100%;border-width: 0px;border-color: #9dcc7a;border-collapse: collapse;">
<tr><td><span align=center><img src="http://www.payquic.com/images/logo.png" alt="PayQuic"></span></td></tr>
<tr>
<td style="font-size:12px; text-alig:left;height:10px;">
<span align="center">
<table cellpadding="2" cellspacing="2" border="0" style="height:10px; width:300px; font-size:12px;color:#333333;width:100%;border-width: 0px;border-color: #9dcc7a;border-collapse: collapse;">
<tr><td style="width:130px">Firstname :</td><td>{{firstname}}</td></tr>
<tr><td style="width:130px">Lastname :</td><td>{{lastname}}</td></tr>
<tr><td style="width:130px">Email :</td><td>{{email2}}</td></tr>
<tr><td style="width:130px">Date and time :</td><td>{{trans_date}}</td></tr>
<tr><td style="width:130px">Amount :</td><td> N{{amount2}}</td></tr>
<tr><td style="width:130px">Recipient :</td><td> {{recipient_no}}</td></tr>
<tr><td style="width:130px">Order No :</td><td> <b>{{orderid}}</b></td></tr>
<tr><td style="width:130px">Payment Reference :</td><td> <b>{{payref}}</b></td></tr>
</table>
</span>
</td>
</tr>
</table>
<br>
IP - Intelligence
<table cellpadding="2" cellspacing="2" border="1" id="dt2" style="width:250px; font-family: "Times New Roman", Georgia, Serif;font-size:14px">
<thead>
<tr>
<th>VAR</th>
<th class="essential">VALUE</th>
</tr>
</thead>
<tbody>
<tr ><td class="left" style="width:100px">IP</td><td>{{loc}}</td></tr>
<tr ><td class="left" style="width:100px">country_code</td><td>{{country_code}}</td></tr>
<tr ><td class="left" style="width:100px">country_name</td><td>{{country_name}}</td></tr>
<tr ><td class="left" style="width:100px">continent_code</td><td>{{continent_code}}</td></tr>
<tr ><td class="left" style="width:100px">continent_name</td><td>{{continent_name}}</td></tr>
</tbody>
</table>
</pre>
</body>
</html>