Error found in script provided by PatrickE. This last line should be:
mail($sendto,$subject,$body)
You can also add header information:
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "To: ".$name." <".$email.">\r\n";
$headers .= "From: Someone \r\n";
$headers .= "Cc: [email]cykong@store2go.net[/email]\r\n";
$headers .= "Bcc: [email]bcc@store2go.net[/email]\r\n";
mail($sendto, $subject, $body, $headers);
zippee
--------------------------
www.basket2go.net
www.store2go.net