Hello Mr. / Ms. ".$custName."
"; $MyBody=$MyBody."We hope that you have received shipment for order number".$_REQUEST['oid'] ."
"; $MyBody=$MyBody."We request you to login to your account on $website and confirm shipment for this order. The seller will get his/her payment from us only after your shipment confirmation
"; $MyBody=$MyBody."Alternatively you can click the link ".$ourl." or copy/paste in your browser to confirm the shipment.
"; $MyBody= $MyBody. "
";
$MyBody= $MyBody . "Sincerely,";
$MyBody= $MyBody . "
Support Team.";
$MyBody= $MyBody . "
$website.";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= "From:".$mail_from;
if ($mailto!="") mail($mailto,$subject,$MyBody,$headers);
//echo $$MyBody;
$msg="Email sent to customer for shipment confirmation ";
$url="waiting_shipment.php";
dispMessage($msg,$url);
?>