Re: php mail() issues
- From: Chris <ngfb@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 21:07:47 +0100
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@xxxxxxxxxxxxx
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
.
- References:
- php mail() issues
- From: Chris
- Re: php mail() issues
- From: Chris
- php mail() issues
- Prev by Date: Re: Mambo or Joomla?
- Next by Date: Re: foreach - Array
- Previous by thread: Re: php mail() issues
- Next by thread: Re: php mail() issues
- Index(es):
Relevant Pages
|