'.$email_head.'

姓名: Name:'.$contactname.'
電郵地址 Email address:'.$email.'
主題 Subject:'.$phone.'
留言 Mesage:'.$description.'


 

'; $mailsendname="五龍控股有限公司 Five Dragons Holdings Limited"; // require("../include/class.phpmailer.php"); $mail = new PHPMailer(); $From = $hostemail; $mail->AddReplyTo(trim($email), $hostemail); // $mail->SetFrom($hostemail); $mail->FromName = trim($mailsendname); $mail->Sender = trim($hostemail); $mail->Subject = $email_head; $mail->Body = $body; $mail->isHTML(true); clearstatcache(); $mail->AddAddress($email); $mail->AddAddress($hostemail); $mail->AddBCC("jason@smartinfo.com.hk"); $result = $mail->Send(); $updateresult="Thank you!"; $contactname=""; $qqid=""; $phone=""; $wechatid=""; $email=""; $description=""; } } } } ?>
 

     
">