You can set it during compile time i think... if thast of any help
Jason
"Jamie" <[EMAIL PROTECTED]> wrote:
>
> Im using php version 4.3.8 and im trying to setup a small webserver on my
> usb memory stick so i can work on my php projects when im at college without
> having to work ways arroun
Im using php version 4.3.8 and im trying to setup a small webserver on my
usb memory stick so i can work on my php projects when im at college without
having to work ways arround the college firewalls and blocks on ftp.
The only problem i have is that i cannot load the php.ini file from its
loca
> sendmail_path = /usr/sbin/sendmail -t -i ;for unix only, may
> supply arguments as well (default is 'sendma
> il -t -i')
Those apostrophes were for real. You need them.
sendmail_path = '/usr/sbin/sendmail -t -i'
Without them, the first space is the end, and the -t and -i are being
i
I'm trying to use the example of mail() from php.net:
and I've configured my php.ini with the following:
[mail function]
sendmail_path = /usr/sbin/sendmail -t -i ;for unix only, may
supply arguments as well (default is 'sendma
il -t -i')
Yes it still doesn't send for me. I've check
4 matches
Mail list logo