forgot password not sending out email
On my login page I added a "Forgot Password" link; the .php works correctly sending the user to the correct page based upon if the email address exist is the database. What it does not do is send the email to the user. I have attached the login page where the login11.php; "forgot password: link is; the forgot_password.php and the forgot_password_sent.php also I attached the testemail.php with a simple script just to make sure my hosting company had no issue with sending out emails. The testemail.php worked properly.