i m uing a form where user enters its email address
i get it on next page
n email user id n pwd (tht i get from database using query) 2 the provided email address

<?php if ($rec_email != "") {
               mail($rec_email, $subject, $message, $from);
        echo "You will shortly receive our email";    
  }

?>

bt problm is k i dont recive mail through it    although
i recive msg YOu wil hortly recieve mail.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to