|
|
|
send email ได้ แต่ แถมชื่ออื่นมาด้วย ต้องแก้ไขอย่างไรครับ |
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP Sending Email</title>
</head>
<body>
<?
$strTo = "[email protected]";
$strSubject = "Test Send Email";
$strHeader = "From: [email protected]";
$strMessage = "My Body & My Description";
$flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
if($flgSend)
{
echo "Email Sending.";
}
else
{
echo "Email Can Not Send.";
}
?>
</body>
</html>
ผมลองดูตัวนี้ก็มไม่มีมาด้วยน่ะครับ
Go to : PHP Sending Email / Send Mail
|
|
|
|
|
Date :
2011-06-26 06:48:38 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|