RE: I have a problem with nobody!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Well, I am now 1 step closer

The php file do nor reference the importance of "having no spaces" between
the -f and email address.
-finfo@xxxxxxxxxx is key!

But, still can't get rid of nobody.

How do I make nobody disappear?

Here is my message header now.

Nobody [info@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]

Using:

mail ($to, $subject, $message, $header,
'-finfo@xxxxxxxxxxxxxxxxxxxxxxxxxxxx');

-----Original Message-----
From: BSumrall [mailto:Brads@xxxxxxxxx] 
Sent: Sunday, June 17, 2007 12:19 AM
To: 'Stut'
Cc: php-general@xxxxxxxxxxxxx
Subject: RE:  I have a problem with nobody!

PS
mail ($to, $subject, $message, $header, '-f
info@xxxxxxxxxxxxxxxxxxxxxxxxxxxx');

doesn't work either.

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

-----Original Message-----
From: Stut [mailto:stuttle@xxxxxxxxx] 
Sent: Sunday, June 17, 2007 12:15 AM
To: BSumrall
Cc: php-general@xxxxxxxxxxxxx
Subject: Re:  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, '-fsender@xxxxxxxxxx');

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

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux