if($_REQUEST["send"]!=""){
$to="hello@pro-link.com.tw,James.yang@pro-link.com.tw,frank@pro-link.com.tw";
$from = $_REQUEST["t6"];
$subject="右禮有限公司-網站客戶意見";
$subject = "=?UTF-8?B?" . base64_encode($subject) . "?=";
$body="
\n".
"聯絡人 | " . $_REQUEST["t1"]." |
\n".
"公司名稱 | " . $_REQUEST["t2"]." |
\n".
"地址 | " . $_REQUEST["t3"]." |
\n".
"連絡電話 | " . $_REQUEST["t4"]." |
\n".
"傳真 | " . $_REQUEST["t5"]." |
\n".
"E-Mail | " . $_REQUEST["t6"]." |
\n".
"洽詢留言 | " . nl2br($_REQUEST["t7"])." |
\n".
"
\n";
$header="From: $from \nReply-To: $from \n";
$header.="MIME-Version: 1.0\n";
$header.="Content-Type: text/html;charset=utf-8";
mail($to,$subject,$body,$header);
echo "";
exit();
}
?>
Welcome to Pro-Link System Integarte Co., Ltd.