2020-04-22 22:48:56 +03:00
|
|
|
<html lang="en">
|
2016-01-09 23:29:28 +02:00
|
|
|
<head>
|
2020-09-23 14:36:22 +03:00
|
|
|
<title>New Password | Easy!Appointments</title>
|
2016-01-09 23:29:28 +02:00
|
|
|
</head>
|
|
|
|
<body style="font: 13px arial, helvetica, tahoma;">
|
|
|
|
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
|
|
|
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
|
|
|
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">
|
2020-09-23 14:36:22 +03:00
|
|
|
<?= $company_name ?>
|
|
|
|
</strong>
|
2016-01-09 23:29:28 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="content" style="padding: 10px 15px;">
|
2020-09-23 14:36:22 +03:00
|
|
|
<h2><?= $email_title ?></h2>
|
|
|
|
<p><?= $email_message ?></p>
|
2016-01-09 23:29:28 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
|
|
|
|
border-top: 1px solid #EEE; background: #FAFAFA;">
|
|
|
|
Powered by
|
2020-03-27 12:31:07 +03:00
|
|
|
<a href="https://easyappointments.org" style="text-decoration: none;">Easy!Appointments</a>
|
2016-01-09 23:29:28 +02:00
|
|
|
|
|
2020-09-23 14:36:22 +03:00
|
|
|
<a href="<?= $company_link ?>" style="text-decoration: none;"><?= $company_name ?></a>
|
2016-01-09 23:29:28 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|