$ConfirmMessage = ""; if ($totalRows_LostPassword > 0) { $to = $_POST['EmailAddress']; $from = "From: coachg@xxxxxxxxxx <coachg@xxxxxxxxxx>\r\n"; $subject = "RE: Your Login Information"; $body = "UserName: " . $row_LostPassword['UserName'] . "\rPassword: " . $row_LostPassword['UserPassword']; @mail($to,$subject,$body,$from); $ConfirmMessage = "Your login information has been sent to: " . $_POST['EmailAddress']; } ?> Thanks in Advance, Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php