Re: [PHP-DB] Problem with mail funktion

2005-09-17 Thread viraj
ROTECTED] > Sent: Sonntag, 18. September 2005 05:10 > To: php-db@lists.php.net > Subject: Re: [PHP-DB] Problem with mail funktion > > As far as I know the "Unknown error" related to the mail function > indicates that PHP could not connect to the SMTP server specified in &

Re: [PHP-DB] Problem with mail funktion

2005-09-17 Thread Chris
t: Re: [PHP-DB] Problem with mail funktion As far as I know the "Unknown error" related to the mail function indicates that PHP could not connect to the SMTP server specified in php.ini. You could load phpinfo(); and check to see what php.ini file you are using. Then check that for t

RE: [PHP-DB] Problem with mail funktion

2005-09-17 Thread Daryl Booth
I'm not sure what should be in the php.ini. Where can I find out what needs to be in the SMTP section? -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Sonntag, 18. September 2005 05:10 To: php-db@lists.php.net Subject: Re: [PHP-DB] Problem with mail funktion As far

Re: [PHP-DB] Problem with mail funktion

2005-09-17 Thread Chris
As far as I know the "Unknown error" related to the mail function indicates that PHP could not connect to the SMTP server specified in php.ini. You could load phpinfo(); and check to see what php.ini file you are using. Then check that for the SMTP setting. FYI: doing a google search on 'PHP

[PHP-DB] Problem with mail funktion

2005-09-17 Thread Daryl Booth
Hi, I'm trying to set up a simple mail form but the following code: mail($empfaenger,$betreff,$msg,$header); gives me the error: Warning: Unknown error in C:\FoxServ\www\Dad\contactform.php on line 87 Line 87 is the mail function line all of the variables are spelt right empfaenger=reci