86400)) { @mysql_query(" UPDATE passwd SET esentpass=NOW() WHERE email='$email'"); $message.="This message was generated because a user at $REMOTE_ADDR\n"; $message.="requested the E*REMINDERS password that is connected to\n"; $message.="this mail address to be sent here. \n\n"; $message.="The password is: $ckpasswd\n\n"; $message.="If you did not request this, please go to $site\n"; $message.="and block your address from any further E-mail.\n"; mail ($email, "E*REMINDERS PASSWORD", $message); echo ""; msg_box("Send Password Results", "
The password was sent successfully
", "black"); } else { echo ""; msg_box("Send Password Results", "Mail address does not exist, is blocked, or you have used this account or sent a password to this address within the last 24 hours.

To create an account, go here and leave everything blank but the \"E-mail To\" field, and click on save.", "black"); } ?>