intai, care o fi cauza? vezi care este diferenta intre liniile sendmail...smtp la:
php -i|lynx -stdin , si $BROWSER http://gigi/phpinfo.php (cu phpinfo.php= <? phpinfo(); ?> ) daca difful este nul, sigur e problema la headere, altfel dezinstalarea sendmailului din rpm este cauza problemei. On Wed, 2002-03-27 at 13:52, lonely wolf wrote: > [root@arhive ]# cat test.php > <?php > $msg="<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; > charset=iso-8859-1\"></head>"; > $headers = "MIME-Version: 1.0\r\n"; > $headers .= "Content-type: text/html; charset=iso-8859-1\r\nFROM: > GARBAGE"; > mail("[EMAIL PROTECTED]","blabla",$msg, $headers); > ?> > rulat din linie de comanda merge ok. rulat via serverul de web zice: > Warning: mail() is not supported in this PHP build in > /var/www/finances/test.php on line 5 > ce pisici il deranjeaza ? --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
