|
Posted by Chris on 05/30/06 20:07
On Tue, 30 May 2006 12:26:14 -0700, Michael Vilain wrote:
>>>
>>> What's the setting for "sendmail_path" in your php.ini file?
>>
>> /usr/sbin/sendmail -t -i
>>
>> You can see the entire output here if that helps any more.
>>
>> http://80.176.79.35/phpinfo.php
>>
>> Thanks.
>
> And what happens when you type
>
> /usr/sbin/sendmail -t -i mail@myaddress.com
> Subject: test
> message
> ^D
>
> in a shell?
That works fine, also works if I run mail from the shell and send a mail
from in there. I think that sendmail is setup OK (but could be wrong)
>
> If that fails, try using
>
> /usr/sbin/sendmail -t -v -i
>
> instead.
Do you mean from the command line or modify the setting in php.ini? I've
changed it in php.ini - still no joy I'm afraid.
I don't need any extra rpm's for my PHP installation do I? My understanding
was that all I needed was the base php for mail - I have that and php-mysql
for the database backend
Navigation:
[Reply to this message]
|