36 lines
1.0 KiB
PHP
36 lines
1.0 KiB
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/>
|
|
<p> Congratulations, your account is now active! </p>
|
|
<br/>
|
|
<p> Please click the this link <a href="{{$data['url']}}">{{$data['url']}}</a> to login to your account. Use the email and password you set up with to login.</p>
|
|
|
|
<p> Your Email: {{$data['email']}}</p>
|
|
<p> Your Password: {{$data['password']}}</p>
|
|
<br/>
|
|
<p> If you do not see a link after 24 hours please check your spam folder for the email or contact support:</p>
|
|
<p><a href = "mailto:support@clickletters.com"> support@clickletters.com </a></p>
|
|
<br/>
|
|
<p> We are here to help </p>
|
|
<br/>
|
|
|
|
<p>
|
|
Sincerely,<br/><br/>
|
|
|
|
Technical Support Team <br/>
|
|
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|
|
|