hi frnds
my email code works fine on my own system...but when i try to send mail form other network system ...it doesn't send mail nor give any error.
why this happening ..do i need to change any configuration in php.ini file???
i am using this code
$email_subject = $POST['txtf_subject'];
$email_message = $POST['txta_reply'];
$email_to = $_POST['txtf_replyto']; // Who the email is too
$ok = mail($email_to, $email_subject, $email_message);
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!");
}
tell me plzzzzzzzzzzzzz
waitinggggg alootttt