|
|
|
ผมรัน php ที่เป็น code ส่งเมลล์แล้วมันไม่อ่าน แต่เอา codeที่เขียนมาโชว์แทน |
|
|
|
|
|
|
|
เอา Code mี่เขรียนมาให้หน้าส่งอีเมล์มาดูหน่อยครับ
|
|
|
|
|
Date :
2012-09-08 08:34:04 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี่ครับ ผมไม่แก้อะไรเลยนะครับคุณวิน
Code (PHP)
<html>
<head>
<title>ผลการส่งอีเมล์ </title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<meta content="สมาคมศิษย์เก่าดำรงราษฎร์สงเคราะห์ สมาคม ศิษย์เก่า ดำรงราษฎร์สงเคราะห ์เชียงราย เหลือง น้ำเงิน ลงทะเบียนศิษย์เก่า เว็บบอร์ดสมาคม พูดคุยแลกเปลี่ยน รูปภาพ"name="description">
<meta content="สมาคมศิษย์เก่าดำรงราษฎร์สงเคราะห์, สมาคม, ศิษย์เก่า, ดำรงราษฎร์สงเคราะห, ์เชียงราย, เหลือง, น้ำเงิน, ลงทะเบียนศิษย์เก่า, เว็บบอร์ดสมาคม, พูดคุยแลกเปลี่ยน, รูปภาพ"name="keywords">
<meta content="ds-cr.com " name="author">
<meta content="15 days" name="revisit-after">
<meta content="ALL" name="robots">
<meta content="Global" name="distribution">
<meta content="General" name="rating">
<meta content="ds-cr.com www.ds-cr.com"name="copyright">
<meta http-equiv="reply-to" content="[email protected]">
<meta content="Web Page" name="doc-type">
<meta content="Completed" name="doc-class">
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
</style>
</head>
<body>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td bgcolor="#f2f2f2">
<div align="center">
<table width="990" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><div align="center">
<span class="style17">
<!-- code form -->
<?
$strTo = $_POST["txtTo"];
$strSubject = $_POST["txtSubject"];
$strHeader = "Content-type: text/html; charset=windows-874\r\n"; // or UTF-8 //
$strHeader .= "From: ".$_POST["txtFormName"]."<".$_POST["txtFormEmail"].">\nReply-To: ".$_POST["txtBcc"]."\r\n";
$strHeader .= "Cc: You Have new email from sabun-nga.com <[email protected]>\r\n";
$strHeader .= "Bcc: [email protected]";
$strMessage ="<br><p><strong>สอบถามเรื่อง : </strong></p>". nl2br($_POST["txtSubject"]);
$strMessage .="<br><p><strong>ชื่อ : </strong></p>". nl2br($_POST["txtFormName"]);
$strMessage .="<br><p><strong>อีเมล์ : </strong></p>" .nl2br($_POST["txtFormEmail"]);
$strMessage .="<br><p><strong>เบอร์โทร : </strong></p>" .nl2br($_POST["txtFormTel"]);
$strMessage .="<br><p><strong>ข้อความ : </strong></p>" .nl2br($_POST["txtDescription"]);
$flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
if($flgSend)
{
echo "Email Sending./ส่งอีเมล์เรียบร้อย กรุณากด back เพื่อกลับไปยังเว็บไซค์";
}
else
{
echo "Email Can Not Send./ไม่สามารถส่งอีเมล์ได้ กรุณากด back เพื่อตรวจสอบความถูกต้องอีกครั้ง";
}
?>
<!-- end form -->
</div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#f2f2f2"><div align="center"></div></td>
</tr>
</table>
</body>
</html>
|
|
|
|
|
Date :
2012-09-08 08:35:58 |
By :
Jumyut |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|