|
|
|
วิธีการส่ง page html ไปยังเมล์ค่ะ ทำยังคะ รบกวนช่วยแนะนำวิธีการส่ง page html ทั้งหน้าเลยอ่ะค่ะ |
|
|
|
|
|
|
|
ส่งไปเป็น table ครับ
|
|
|
|
|
Date :
10 ต.ค. 2549 16:24:24 |
By :
ปุด |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ส่งยังไงคะ มีตัวอย่างโค้ดมั้ยคะ รบกวนช่วยชี้แนะด้วยค่ะ
|
|
|
|
|
Date :
11 ต.ค. 2549 08:46:51 |
By :
นุ่มนิ่ม |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$header= "Content-type: text/html; charset=windows-874\n";
$header.="from: ".getStringInChar($_POST["txtEmail"])."\nreply-to: ".getStringInChar($_POST["txtEmail"])."";
$subject="ข้อมูลการติดต่อจากหน้าเว็บไซต์ ";
$msg="<u>มีรายละเอียดการติดต่อดังนี้</u>";
$msg.="<br><br>=============================";
$msg.="<br><br><strong>ติดต่อเรื่อง :</strong> ".getStringInChar($_POST["txtSubject"])." ";
$msg.="<br><strong>โดเมนเนม :</strong> ".getStringInChar($_POST["txtDomainName"])." ";
$msg.="<br><strong>รายละเอียด :</strong> <br>".getStringInChar($_POST["txtDescription"])." <br>";
$msg.="<br><strong>ชื่อ :</strong> ".getStringInChar($_POST["txtName"])." ";
$msg.="<br><strong>โทรศัพท์ :</strong> ".getStringInChar($_POST["txtTel"])." ";
$msg.="<br><strong>อีเมล์ :</strong> ".getStringInChar($_POST["txtEmail"])." ";
$msg.="<br><br>=============================";
$msg.="<br>Send Contact Form.<br>";
$msg.="http://www.easysoftsolution.com<br>";
$msg.="=============================";
@mail("[email protected]",$subject,$msg,$header);
|
|
|
|
|
Date :
11 ต.ค. 2549 13:15:35 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$html="<link href='".$domain." stylesheet.css' rel='stylesheet' type='text/css'>"
$html=$html & "<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>"
$html=$html & "<table width='610' border='0' align='center' cellpadding='0' cellspacing='0'>"
$html=$html & "<tr><td height='20'>"
$html=$html & "</td></tr>"
$html=$html & "<tr><td height='20'>"
$html=$html & "</td></tr>"
$html=$html & "</table>"
........................................................................................................................................................
mail("[email protected]",$subject,$html,$header);
|
|
|
|
|
Date :
11 ต.ค. 2549 13:43:08 |
By :
ปุด |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|