include "../admin/core/functions.php";
if(isset($_POST["check"]))
{
if($_SESSION["check"]!="" AND $_SESSION["check"]==$_POST["check"] )
{
$body="
";
require("../phpmailer/class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsMail();
$mail->IsHTML(true);
$mail->CharSet="utf-8";
$mail->From = $sysconfig["email"]["content"];
$mail->FromName = $sysconfig["title"]["content"];
$mail->AddReplyTo($sysconfig["email"]["content"],$sysconfig["title"]["content"]);
$mail->AddAddress($sysconfig["email"]["content"],$sysconfig["title"]["content"]);
$mail->Subject = $sysconfig["title"]["content"]." 聯絡我們";
$mail->Body = $body;
$mail->Send();
}
else alert('驗證碼錯誤');
}
?>
若您任何疑問或建議,歡迎透過電子郵件、電話或傳真的方式傳達,我們將有專人為您服務,儘快回覆給您!
安捷管理顧問股份有限公司(安捷國際聯合租務中心)
免付費專線:0800-777-980 / 國外 +886-800-777-980
電話:+886-2-2559-3018#371
傳真:+886-2-8768-2798
}else if($_SESSION['lang']==2){?>
In case of any doubt or suggestion, please tell us through email, telephone, or fax.
We will arrange professional personnel to serve you and reply you as soon as possibly.
Istaytion Service Apartment Rental Center
free special phone line:+886-800-777-980 / Fax:+886-2-8768-2798
}else if($_SESSION['lang']==3){?>
}?>