hi fellows
my mail() funtion is working but just for yahoo account...not for hotmail and gawab.com....can any tel me why
i have used this code
///////////////////
$email_subject = $POST['txtf_subject'];
$email_message = $POST['txta_reply'];
//$email_to = "saimi81@yahoo.com"; // Who the email is too
$email_to = $_POST['txtf_replyto']; // Who the email is too
$ok = mail($email_to, $email_subject, $email_message);
echo "mail return=".$ok;
if($ok) {
echo "<font face=verdana size=2>The file was successfully sent!</font>";
} else {
die("Sorry but the email could not be sent. Please go back and try again!");
//////////
need it urgently