<?php
// QuickTicket 1.9.0.3 build:20081001
$strSubject = $_SESSION[QT]['site_name'].' - New password';
$strMessage = "
Please find here after your login and password to access the board {$_SESSION[QT]['site_name']}.
You can change this password in the Profile section.
Login: %s
Password: %s
Regards,
The webmaster of {$_SESSION[QT]['site_name']}
{$_SESSION[QT]['site_url']}/index.php
";
?>