Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/4d695/
Upload File :
Current File : /home/emeraadmin/www/4d695/subtask_email_template.html.tar

home/emeraadmin/public_html/pages/email_templates/subtask_email_template.html000064400000004243151701476570023770 0ustar00<!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>