[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Changing "Return-Path" in PHP mail function - Help needed (Adrian Boismoreau)
- Subject: Re: [cobalt-users] Re: Changing "Return-Path" in PHP mail function - Help needed (Adrian Boismoreau)
- From: Marco Baurdoux <linux@xxxxxxxxxxxxx>
- Date: Thu Oct 18 00:40:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
le 18.10.2001 8:23, Stèphan Eizinga à stephan@xxxxxxxxxxxxx a écrit :
> edit your php.ini
> replace httpd@localhost to your e-mail adres
> ----- Original Message -----
> From: <flash22@xxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Thursday, October 18, 2001 6:51 AM
> Subject: Re: [cobalt-users] Re: Changing "Return-Path" in PHP mail
> function - Help needed (Adrian Boismoreau)
>
>
>> On Wed, 17 Oct 2001, Buky Torres wrote:
>>
>>> and finally...
>>> mail($recipient, $subject, $message, $headers);
>>
>> lol...yeah..that part is kinda important -/
>>
>> gsh
>>
The only way you could solve this would be to call sendmail with the -f
flag, but I haven't quite figured out how to do this. Adding it to the
php.ini doesn't seem to work.