| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/email_templates.tar |
password_reset_template.html 0000644 00000005162 15167673404 0012412 0 ustar 00 <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Password Reset Request</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
margin: 0;
padding: 0;
}
.container {
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header {
text-align: left;
padding-bottom: 20px;
}
.header img {
max-width: 150px;
height: auto;
}
.content {
line-height: 1.6;
}
.button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
background-color: #007bff;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
}
.footer {
margin-top: 20px;
font-size: 12px;
color: #777;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="https://emerafs.com.au/wp-content/uploads/2023/07/Emera-Primary-Logo-Color-e1691736085254.png" alt="Company Logo">
</div>
<div class="content">
<p>Dear [Recipient's Name],</p>
<p>We received a request to reset the password associated with this email address. If you made this request, please click the button below to reset your password:</p>
<p><a href="[Reset Password Link]" class="button">Reset Password</a></p>
<p>If you did not request a password reset, please ignore this email. Your account will remain secure and no changes will be made.</p>
<p>For security reasons, the link will expire in [expiration time, e.g., 24 hours]. If you need further assistance, please do not hesitate to contact our support team.</p>
</div>
<div class="footer">
<p>Best regards,</p>
<p>[EMERA FACILITY SERVICE]</p>
<hr>
<p><strong>Important:</strong></p>
<ul>
<li>Do not share your password with anyone.</li>
<li>Ensure that your password is strong and unique to maintain your account security.</li>
</ul>
</div>
</div>
</body>
</html>
task_email_template.html 0000644 00000004324 15167673404 0011456 0 ustar 00 <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Service Confirmation Request</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
margin: 0;
padding: 0;
}
.container {
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header {
text-align: left;
padding-bottom: 20px;
}
.header img {
max-width: 150px;
height: auto;
}
.content {
line-height: 1.6;
}
.button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
background-color: #007bff;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
}
.footer {
margin-top: 20px;
font-size: 12px;
color: #777;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="https://emerafs.com.au/wp-content/uploads/2023/07/Emera-Primary-Logo-Color-e1691736085254.png" alt="Company Logo">
</div>
<div class="content">
<p>Dear [Recipient's Name],</p>
<p>Please find the attached details for the upcoming service, including the service location, dates, and frequency.</p>
<p>Service Location: [Service Location Name]</p>
<p>Dates: [Dates]</p>
<p>Frequency: [Frequency]</p>
<p><a href="[taskFormLink]" class="button">Fill out the form</a></p>
</div>
<div class="footer">
<p>Best regards,</p>
<p>[EMERA FACILITY SERVICE]<br>
</p>
<hr>
<p><strong>Important:</strong></p>
<ul>
<li>Do not share your email with anyone.</li>
</ul>
</div>
</div>
</body>
</html>
subtask_email_template.html 0000644 00000004243 15167673404 0012170 0 ustar 00 <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Service Confirmation Request</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
margin: 0;
padding: 0;
}
.container {
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
border: 1px solid #e0e0e0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header {
text-align: left;
padding-bottom: 20px;
}
.header img {
max-width: 150px;
height: auto;
}
.content {
line-height: 1.6;
}
.button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
background-color: #007bff;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
}
.footer {
margin-top: 20px;
font-size: 12px;
color: #777;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="https://emerafs.com.au/wp-content/uploads/2023/07/Emera-Primary-Logo-Color-e1691736085254.png" alt="Company Logo">
</div>
<div class="content">
<p>Dear [Recipient's Name],</p>
<p>Please find the attached details for the upcoming service, including the date, time, and location:</p>
<p>Service Location: [Service Name]</p>
<p>Date: [Date]</p>
<p>Time: [Time]</p>
<p><a href="[taskFormLink]" class="button">Fill out the form</a></p>
</div>
<div class="footer">
<p>Best regards,</p>
<p>[EMERA FACILITY SERVICE]</p>
<hr>
<p><strong>Important:</strong></p>
<ul>
<li>Do not share your email with anyone.</li>
</ul>
</div>
</div>
</body>
</html>