PS
mail ($to, $subject, $message, $header, '-f
[EMAIL PROTECTED]');

doesn't work either.

Still have nobody to deal with.
As per being RFC compliant!

-----Original Message-----
From: Stut [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 17, 2007 12:15 AM
To: BSumrall
Cc: php-general@lists.php.net
Subject: Re: [PHP] I have a problem with nobody!

BSumrall wrote:
> I have read about a -f function.
> I tried 
> mail ($to, $subject, $message, -f$header);
> mail -f($to, $subject, $message, $header);
> 
> both result in parse error.

Boy did you not read the documentation carefully!

mail($to, $subject, $message, $headers, '[EMAIL PROTECTED]');

Go back and read http://php.net/function.mail properly.

-Stut

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

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

Reply via email to