Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/pages/email_templates/
Upload File :
Current File : /home/emeraadmin/public_html/pages/email_templates/password_reset_template.html

<!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>