Hi lonely!
On Wed, 27 Mar 2002, lonely wolf wrote:
> se da un RH 7.2 cu update-uri la zi, pe care sendmail a fost inlocuit cu
> postfix (1.1.3, testat si 1.1.5)
> scriptul urmator:
>
> [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
........^
deci nu exista functia mail().
poti folosi popen() la sendmail sau ce wrapper are postfix.
-- teodor
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.