Email is required!";
}
if(!check_email_mx($clientemail)) {
$errmsg .= "
Email does not seem to be valid";
}
if($errmsg == "") {
// send the email
$subject = "DRAKENSBERG Ukhahlamba order request submitted from $referrer";
$mime = new Mail_Mime();
$text ="DRAKENSBERG Ukhahlamba order request\n";
$text .="Submitted on".date("d.m.Y");
if($referrer > "") { $text .= " (referred by $referrer)"; }
$text .= "\n";
$text .= "\n";
$text .= "Name:$clientname\n";
$text .= "Email:$clientemail\n";
$text .= "Address:$clientaddress\n";
$text .= "Cell:$clientcell\n";
$text .= "Tel:$clienttel\n";
$text .= "Fax:$clientfax\n";
$text .= "Country:$clientcountry\n";
$text .= "\n";
$text .= "Extra Information\n";
$text .= "$More_Information\n";
$text = wordwrap($text, 74);
$html = '
|