26 lines
893 B
PHP
26 lines
893 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Creditzombies</title>
|
|
</head>
|
|
<body style="margin-left: 20px">
|
|
<p style="margin-top: 5px">Hello {{$data['email_body']}} ,We just tried to process your credit report payment for Credit Zombies. You should see a charge after you update your card on file for clickletters LLC. Please update your card on file to process your payment today, to prevent any interruption in your services moving forward.</p>
|
|
<br/>
|
|
<br/>
|
|
<p>If you have any questions please send and email to support@clickletters.com. </p>
|
|
<br/>
|
|
<p>
|
|
Sincerely,<br/>
|
|
|
|
Customer Support <br/>
|
|
|
|
Credit Zombies/ClickLetters LLC
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|