[PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
Hi, I keep getting a 'Server Error' when executing the mail() function. I thought the problem was the SMTP server in php.ini, so I've tried several alternatives (including my Outlook smtp and free smtp servers). I'm starting to think that it's not that that's causing the problem. Is there

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Tyler Longren
Is 'Server Error' all you get? If there's more, please post the whole error message. ;-) thanks! tyler - Original Message - From: Paul Cuthbertson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 9:06 AM Subject: [PHP] Server error when executing mail() function Hi

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
]; [EMAIL PROTECTED] Sent: 28 May 2002 16:14 Subject: Re: [PHP] Server error when executing mail() function Is 'Server Error' all you get? If there's more, please post the whole error message. ;-) thanks! tyler - Original Message - From: Paul Cuthbertson [EMAIL PROTECTED

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Tyler Longren
www.captainjack.com [EMAIL PROTECTED] - Original Message - From: Paul Cuthbertson To: [EMAIL PROTECTED] ; Tyler Longren Sent: Tuesday, May 28, 2002 10:27 AM Subject: Re: [PHP] Server error when executing mail() function I'm afraid all I get is: Warning: Server Error in d:\htdocs\scriptname.php

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
[EMAIL PROTECTED] To: Paul Cuthbertson [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 28 May 2002 16:34 Subject: Re: [PHP] Server error when executing mail() function Try this thread on phpbuilder.com: http://www.phpbuilder.com/forum/read.php3?num=4id=6681loc=0thread=6681 One person suggests using

RE: [PHP] Server error when executing mail() function

2002-05-28 Thread Jared Boelens
Longren [EMAIL PROTECTED] To: Paul Cuthbertson [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 28 May 2002 16:34 Subject: Re: [PHP] Server error when executing mail() function Try this thread on phpbuilder.com: http://www.phpbuilder.com/forum/read.php3?num=4id=6681loc=0thread=6681 One person suggests

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
] ; Tyler Longren Sent: Tuesday, May 28, 2002 10:27 AM Subject: Re: [PHP] Server error when executing mail() function I'm afraid all I get is: Warning: Server Error in d:\htdocs\scriptname.php on line 19 Line 19 being the mail() command. The script works fine on a different server. Any Ideas