<html>
    <body>

        <h1>Password Update</h1>
        <hr>
        <p>Dear <?php echo $user->name; ?></p>

        <p>Your password on the Prestige Advantage System has been updated.</p>

        <strong>New Account Details</strong>
        <p>System URL: <a href="http://prestigedata.co.za/">http://prestigedata.co.za/</a></p>
        <p>Email: <?php echo $user->email; ?></p>
        <p>Password: <?php echo $password; ?></p>

        <p>Should you wish you can contact either; George Marais on 011 022 0642; or Vené Pienaar on 011 022 0643 for any further enquiries.</p>

        <p>Or you can direct your enquiry to admin1@prestigeadvantage.co.za.</p>

        <p>Kind Regards<br>
        Prestige Admin Team</p>
        <img width="25%" src="http://prestigedata.co.za/img/PrestigeAdvantage.jpg" />
        <hr>
    </body>
</html>