scriptstalk
09-02-2002, 01:38 PM
Hi,
my mail program is not running
this is my test
<?php
$recipient = "xxxx@xxxx.com";
$subject= "hi";
$message="hi";
$headers="hi\r\n";
mail($recipient, $subject, $message,"From:info@xxxx.com",$headers);
?>
what is the issue here. I gues the problem with php.ini
thansk
my mail program is not running
this is my test
<?php
$recipient = "xxxx@xxxx.com";
$subject= "hi";
$message="hi";
$headers="hi\r\n";
mail($recipient, $subject, $message,"From:info@xxxx.com",$headers);
?>
what is the issue here. I gues the problem with php.ini
thansk
