ABCHK Support

Homee-Mail Support Web HostingOutlook Error CodeDIY / Eshopping
SearchFile ManagerForm DownloadFAQ AreaContact Us

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