"; $msg_pidemail_info="Please enter your e-mail. If you are a registered user, your password will be sent to your e-mail."; $msg_pidemail="E-mail"; ?> <? echo $Application["g_NombreMaster"]; ?> - Zona restringida - Password recovery system \nReply-To: $EmailRemitente\n"; // Envío del mensaje if (mail($to, $subject, $message, $headers)) { // Ha funcionado print "

Hi, ".$datos["nombre"].". Nice to see you :-)

Your password has been sent to ".$datos["email"].".

"; } else { // No ha funcionado print "

ERROR - Your password cannot be send to ".$datos["email"].". Please contact to webmaster

"; } } else { echo "

:-(

Sorry, the supplied e-mail is not in our database. Maybe you misspelled it?

"; } } else { ?>