|
|
|
ผมเขียนสคิป ส่ง mail ตาม thaicreate.com แล้วอ่ะครับแล้วเกิดปัญหา... |
|
|
|
|
|
|
|
ขอ ดูโค้ด หน่อย
|
|
|
|
|
Date :
2010-02-11 10:43:35 |
By :
Behavior |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<html>
<head>
</head>
<body>
<?
mail($strTo,$strSubject,$strMessage,$strHeader);
$strTo = "[email protected]";
$strSubject = "Test Send Email";
$strHeader = "from: [email protected]";
$strMessage = "test";
$flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
if($flgSend)
{
echo "Email Sending.";
}
else
{
echo "Email Can Not Send.";
}
?>
</body>
</html>
|
|
|
|
|
Date :
2010-02-11 10:55:27 |
By :
hanabishi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<html>
<head>
</head>
<body>
<?
$strTo = "[email protected]";
$strSubject = "Test Send Email";
$strHeader = "from: [email protected]";
$strMessage = "test";
$flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
if($flgSend)
{
echo "Email Sending.";
}
else
{
echo "Email Can Not Send.";
}
?>
</body>
</html>
ลองดูใหม่นะคับ - -.
|
|
|
|
|
Date :
2010-02-11 11:03:30 |
By :
shinenaja |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับขอบคุณมากครับ
|
|
|
|
|
Date :
2010-02-11 11:09:41 |
By :
hanabishi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|