| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/task_email_template.html.tar |
home/emeraadmin/public_html/pages/email_templates/task_email_template.html 0000644 00000004324 15170147622 0023246 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>