Re: [PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4

2004-02-02 Thread Paul Furman
Well, looks like it was working: --- Thanks, I tried that and: Status on Exit is: 1 I currently have SMTP set to my outgoing server for my ISP AH, yes, it worked, thanks! Must be something with my post-nuke software. Mike Terzo wrote: >have you tried just doing like: > > > >$to = "[EM

Re: [PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4

2004-02-02 Thread Paul Furman
I also cannot get mail to work. I'm tinkering with a php package post-nuke that registers users & gets submissions. It's set up on my home win2k box with apache server and as I understand php has a mail server but maybe I need to also install a mail server. I changed SMTP in my php.ini from the

Re: [PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4

2004-01-30 Thread Sven Riedel
On Fri, Jan 30, 2004 at 08:12:55AM -0500, John Holden wrote: > Can you run sendmail from the terminal? If not, maybe your firewall is > restricting outgoing traffic, or maybe Sendmail simply isn't started. Yes, sendmail works fine; I'm running a domain-wide mailserver on that box as well (I know I

RE: [PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4

2004-01-30 Thread John Holden
[PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4 Hi, I've compiled php 4.3.4 from sources on a linux machine with the following configure options: --prefix=/usr/local/php --with-mysql --with-apxs=/usr/local/apache/bin/apxs --disable-cli --disable-cgi --with-mm The php.ini file

[PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4

2004-01-30 Thread Sven Riedel
Hi, I've compiled php 4.3.4 from sources on a linux machine with the following configure options: --prefix=/usr/local/php --with-mysql --with-apxs=/usr/local/apache/bin/apxs --disable-cli --disable-cgi --with-mm The php.ini files smtp and mail settings were all left at default. Unfortunately sen