2013-10-11 18:58:46 +03:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>New Account Password</title>
|
|
|
|
</head>
|
|
|
|
<body style="font: 13px arial, helvetica, tahoma;">
|
2015-04-13 21:34:25 +03:00
|
|
|
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
2013-10-11 18:58:46 +03:00
|
|
|
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
2015-04-13 21:34:25 +03:00
|
|
|
height: 45px; padding: 10px 15px;">
|
|
|
|
<strong id="logo" style="color: white; font-size: 20px;
|
|
|
|
text-shadow: 1px 1px 1px #8F8888; margin-top: 10px; display: inline-block">
|
2013-11-07 13:25:59 +02:00
|
|
|
$company_name</strong>
|
2013-10-11 18:58:46 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="content" style="padding: 10px 15px;">
|
|
|
|
<h2>$email_title</h2>
|
|
|
|
<p>$email_message</p>
|
|
|
|
</div>
|
|
|
|
|
2015-04-13 21:34:25 +03:00
|
|
|
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
|
|
|
|
border-top: 1px solid #EEE; background: #FAFAFA;">
|
|
|
|
Powered by
|
|
|
|
<a href="http://easyappointments.org" style="text-decoration: none;">Easy!Appointments</a>
|
|
|
|
|
|
|
|
|
<a href="$company_link" style="text-decoration: none;">$company_name</a>
|
2013-10-11 18:58:46 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|