Hi, I have a problem with the "mail" function; it always sends mails
assuming in the "from" field the user "[EMAIL PROTECTED]".
I tried to override it with this code:

----------------
<?
$email = "[EMAIL PROTECTED]";
$subject = "prova invio mail ";
$message = "parappaaaaaaaaaaa ";
$headers = "From:[EMAIL PROTECTED]:[EMAIL PROTECTED]";

mail($email, $subject, $message, $headers);

?>
------------------

It doesn't work...

Can anybody help me ?

--------------


Francesco Bersani










--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to