This is a discussion on -f function ??? within the PHP General forums, part of the PHP Programming Forums category; Hello, I am using a mailing list script which makes use of a function called -f, according to the developers ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I am using a mailing list script which makes use of a function called -f, according to the developers of the script. The fact is that some functionality of the script is not working and the developers claim -f is turned off in my system. I've looked everywhere trying to find info about this, but only found a small, not very enlightening, reference in the php manual under the function "mail." Anyone knows where to find info about -f? Thanks Guillermo Scharffenorth |
|
|||
|
* Thus wrote Guillermo Scharffenorth (gscharf@cantv.net):
> Hello, > > I am using a mailing list script which makes use of a function called -f, > according to the developers of the script. The fact is that some > functionality of the script is not working and the developers claim -f is > turned off in my system. I've looked everywhere trying to find info about > this, but only found a small, not very enlightening, reference in the php > manual under the function "mail." Anyone knows where to find info about -f? Its the fifth paramater to mail(): http://php.net/manual/en/function.mail.php Curt -- "I used to think I was indecisive, but now I'm not so sure." |