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=recipient and betreff=subject.

 

According to www.selfphp.info <http://www.selfphp.info/>  the syntax is
correct what am I doing wrong?

 

Php version is 4.2.2 

Reply via email to