Re: [PHP] Mail.php help

2003-10-03 Thread Burhan Khalid
Eric Rounds wrote: We have PHP 4.2 installed on Mac OS X under Apache. The settings in the php.ini file are: sendmail_from - [EMAIL PROTECTED] sendmail_path - /usr/sbin/sendmail -t -i SMTP - localhost smtp_port - 25 This probably isn't related to your problem, but there is already a localhost.c

Re: [PHP] Mail.php help

2003-10-01 Thread Eugene Lee
On Thu, Oct 02, 2003 at 02:23:44AM +0800, Jason Wong wrote: : On Thursday 02 October 2003 01:28, Eugene Lee wrote: : > On Wed, Oct 01, 2003 at 08:31:49AM -0700, Eric Rounds wrote: : > : : > : By the way, is there a way I can check, without looking into the : > : serving Mac, to see if it is running

Re: [PHP] Mail.php help

2003-10-01 Thread Jason Wong
On Thursday 02 October 2003 01:28, Eugene Lee wrote: > On Wed, Oct 01, 2003 at 08:31:49AM -0700, Eric Rounds wrote: > : On Wednesday, October 01, 2003, at 08:26AM, Eugene Lee wrote: > : >Make sure that Sendmail is enabled and running on OS X. By default, > : >Sendmail is disabled on OS X. > : > :

Re: [PHP] Mail.php help

2003-10-01 Thread Eugene Lee
On Wed, Oct 01, 2003 at 08:31:49AM -0700, Eric Rounds wrote: : : On Wednesday, October 01, 2003, at 08:26AM, Eugene Lee wrote: : > : >Make sure that Sendmail is enabled and running on OS X. By default, : >Sendmail is disabled on OS X. : : Thank you! I will let the administrator know. : : By th

Re: [PHP] Mail.php help

2003-10-01 Thread Jason Wong
On Wednesday 01 October 2003 23:18, Eric Rounds wrote: > >A quick way to check whether mail is configured correctly is to use the > > mail option of error_log(). > > How do I do this? Set up an echo on my form page? > > echo mail error_log(); > ?> > > ??? ??? Look up the manual entry for error_

Re: [PHP] Mail.php help

2003-10-01 Thread Eric Rounds
Thank you! I will let the administrator know. By the way, is there a way I can check, without looking into the serving Mac, to see if it is running? Thanks again >On Wednesday, October 01, 2003, at 08:26AM, Eugene Lee <[EMAIL PROTECTED]> wrote: >Make sure that Sendmail is enabled and runnin

Re: [PHP] Mail.php help

2003-10-01 Thread Eugene Lee
On Wed, Oct 01, 2003 at 08:18:21AM -0700, Eric Rounds wrote: : : We have PHP 4.2 installed on Mac OS X under Apache. : : The settings in the php.ini file are: : : sendmail_from - [EMAIL PROTECTED] : sendmail_path - /usr/sbin/sendmail -t -i : SMTP - localhost : smtp_port - 25 Make sure that Sen

Re: [PHP] Mail.php help

2003-10-01 Thread Eric Rounds
We have PHP 4.2 installed on Mac OS X under Apache. The settings in the php.ini file are: sendmail_from - [EMAIL PROTECTED] sendmail_path - /usr/sbin/sendmail -t -i SMTP - localhost smtp_port - 25 >A quick way to check whether mail is configured correctly is to use the mail >option of error_lo

Re: [PHP] Mail.php help

2003-10-01 Thread Jason Wong
On Wednesday 01 October 2003 22:51, Eric Rounds wrote: > I have tried numorous email form tutorials, and all have not sent to the > recipient. I don't know what is wrong. How do I check to see that sendmail > is installed on PHP on Apache? The form goes through. I can pass variables > and echo or p

Re: [PHP] Mail.php help

2003-10-01 Thread Marek Kilimajer
Mentioning your operating system would be helpfull. But try to set SMTP setting in php.ini to your provider's smtp server. Eric Rounds wrote: I have tried numorous email form tutorials, and all have not sent to the recipient. I don't know what is wrong. How do I check to see that sendmail is ins

[PHP] Mail.php help

2003-10-01 Thread Eric Rounds
I have tried numorous email form tutorials, and all have not sent to the recipient. I don't know what is wrong. How do I check to see that sendmail is installed on PHP on Apache? The form goes through. I can pass variables and echo or print them, but I just can't seem to get it to send the messa