<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>OTP Email</title>
    </head>

    <body
        style="margin:0;padding:0;font-family:Arial, sans-serif;background:#f4f4f4;">

        <!-- Header -->
        <div
            style="background:#4CAF50;padding:20px;text-align:center;color:#fff;">
            <h1>{{appName}}</h1>
        </div>

        <!-- Body -->
        <div
            style="background:#ffffff;padding:30px;margin:20px;border-radius:8px;">

            <h2>Hi {{name}}👋</h2>

            <p>
                Welcome to <b>{{appName}}</b>!
            </p>

            <p>
                You are receiving this email because we received a password
                reset request for your account.

                Please use the code below to reset your password:

                **Your generated token is:  <b>{{otp}}</b>**

                Note: Your code will be valid for 10 minutes and any previously
                generated codes are no longer valid.

                If you did not request a password reset, no further action is
                required.

                This is an auto-generated email. Please do not reply to this
                email.
            </p>

            <p style="color:#4CAF50;font-weight:bold;">
                {{email}}
            </p>
           

         

            <br>

        </div>

        <!-- Footer -->
        <div style="text-align:center;padding:15px;font-size:12px;color:#888;">
            © {{year}} {{appName}}. All rights reserved.
        </div>

    </body>
</html>