35 lines
941 B
PHP
35 lines
941 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>CCE</title>
|
|
</head>
|
|
<body style="margin-left: 20px">
|
|
<p style="margin-top: 5px"> Hello {{$data['email_body']}} ,</p>
|
|
<br/><br/>
|
|
<p> Your account for Credit Counsel Elite partnered with Smartcredit credit report system was canceled. </p>
|
|
<br/><br/>
|
|
<p> If this was made by someone other than you please contact support at : support@clickletters.com</p>
|
|
|
|
<br/><br/>
|
|
<p> If you need further assistance please let us know.</p>
|
|
<br/><br/>
|
|
<p> Credit Counsel Elite Owned by Clickletters LLC</p>
|
|
<br/><br/>
|
|
<p>
|
|
Sincerely,<br/><br/>
|
|
|
|
Customer Support Team <br/>
|
|
|
|
Credit Counsel Elite/ClickLetters LLC <br/>
|
|
|
|
Partner with SmartCredit
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|
|
|