The php mail function is not sending email to users who are request password to log into my website private section. Here is part of my code:
// value sent from form
$email_to=$_POST['email_to'];
// send e-mail to ...
$to=$email_to;
// Your subject
$subject="Your account password"...