ABCHK Support

返回主頁電郵支援 網頁寄存支援 Outlook錯誤碼DIY 網頁製作說明
搜尋文件夾管理表格下載一問一答聯絡我們

You may add the following coding to your php file

<?php

$subject = "PHP Form To E-mail Testing" ;
$messageproper = "it is a email testing from linux server";
$headers  = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
$headers .= 'From: <xxx@xxx.com>' . "\r\n";
$mailto = "xxx@xxx.com" ;
mail($mailto, $subject, $messageproper,$headers);
echo "E-mail sent. Please check mail box.";

?>

Back  - Contact Us - Content Search
SPAMMING or Mass Mailling not Allow

Powered by ABCHK.com