Runing Win2k with Apache, MySQL, PHP 4, all working fine<g>
But trying every Formail script I could find I get the same error on the same line of code:
Here's the code
mail("$recipientname <$final_recipient>","$form[subject]","$form[name] ($form[email]) send the following message to $recipientname ($final_recipient) : \n\n $form[message]\n\n Name: $form[name] \n Title: $form[title] \n Company: $form[company] \n Address: $form[address] \n Postalcode: $form[postalcode] \n City: $form[city] \n Country: $form[country] \n Telephone: $form[telephone] \n FAX: $form[fax] \n Email: $form[email] \n Subject: $form[subject] \n", "From: $form[name] <$form[email]>\nReply-To: $form[name] <$form[email]>\nContent-type: text/plain\nX-Mailer: PHP/" . phpversion());
My PHP.ini has send mail set to the SMPT Server IP address, tried the Name as well and my E-mail is there as well.
Where am I going wrong?
Cheers
Mike