0) { $row = mysql_fetch_array($results); $password = $row["password"]; $htmlmessage.="
"; $htmlmessage.="

"; $htmlmessage.="
"; $htmlmessage.="Your Account Details:

"; $htmlmessage.="Email: $email
"; $htmlmessage.="Password: $password


"; $htmlmessage.="

Click here to visit SuperSeller Tools"; $htmlmessage.="

"; $htmlmessage.="

"; include_once("/var/www/vhosts/globals/sendgridMail.cl"); sendEmail("SST", $email, "info@supersellertools.com", "SuperSeller Tools", $htmlmessage, strip_tags($htmlmessage), "Account Information"); header("location: login.php?msg=retrieve_pass"); exit; } $error = "y"; } include_once('topnav.inc'); ?>