<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </head>
  <body>
    <h3>Dear <%= name %>,</h3>
    <p>
      You're invited to join the Jofak Enterprise Operation Team. Please find
      your login details below:
    </p>
    <p>
      Email: <strong><%= email %></strong> <br />
      Username: <strong><%= username %></strong> <br />
      Password: <strong><%= generatedPassword %></strong>
    </p>
    <p>
      To log into the system, visit our login page
      <a href="<%= frontendUrl %>" target="_blank"><%= frontendUrl %></a>
    </p>
    <p>
      Once logged-in, you will be redirected to reset your password and then
      after, you can continue with daily operations with regards to your domain
      in the organization
    </p>
    <p>Thank you for joining the Team</p>
    <p>
      Best regards, <br />
      Jofak Enterprise Team
    </p>
    <br />
    <p>
      &copy; <%= new Date().getFullYear() %> Jofak Enterprise | All rights
      reserved
    </p>
  </body>
</html>
