/* To send HTML mail, you can set the Content-type header. */
$headers = "From:".$from."\r\n" .
//'X-Mailer: PHP/' . phpversion() . "\r\n" .
"MIME-Version: 1.0\r\n" .
"Content-Type: text/html; charset=windows-874\r\n";// .
//"Content-Transfer-Encoding: 7bit\r\n\r\n".$message."\r\n";
/* and now mail it */
if(mail($email, $subject, $message, $headers)){
echo "ส่งเมล์เรียบร้อยแล้วค่ะ...........";
}
else{
echo "ส่งใหม่นะจ๊ะ.....อิอิ";
}
Tag : - - - -
Date :
6 มิ.ย. 2550 11:46:52
By :
ริมรั้ว
View :
2707
Reply :
4
No. 1
Guest
ลองเข้าไปที่ View แล้วเลื่อนลงมาที่ Encoding แล้วเลือก Thai Windows ครับ