View Single Post
  #18 (permalink)  
Old 03-21-2007, 12:26 AM
imported_misi
Guest
 
Posts: n/a
iTrader: / %
Default

Quote:
Originally Posted by thud View Post
Hi Misi,

Thank you!

But it still doesnt work, this is the section of code from contact.php
else {
$kinek = "steve@misterweb.co.uk";
$targy = "$contactmailsubject";
$uzenet = "Name: $name
Email: $email
Country: $country
Message:
$message";
$fejlec = "From: $name <$email>\r\n";
//mail($kinek, $targy, $uzenet, $fejlec);
include('contact_def.php'); } }?>
Please uncomment the line
//mail($kinek, $targy, $uzenet, $fejlec);

... so remove the // from the front of the mail function.
Reply With Quote