ส่งเมลล์ไม่ได้ค่ะ ทำตามขั้นตอนที่สอนไว้(http://www.thaicreate.com/php/php-mail.html) ก็ขึ้น Email can not send
เข้าไปอยู่ใน Junk หรือเปล่าครับ หรือไม่ลองส่งเข้าหลายๆ อีเมล์ ดูครับ เช่น gmail หรือ yahoo
Date :
2010-08-20 10:12:07
By :
webmaster
ลองแล้วนะคะ ลองรันที่เครื่อง ก็ไม่ขึ้น C:\Inetpub\mailroot\Queue ก็ไม่มีค่ะ
ก็สงสัยว่าก่อนหน้านี้ทำไมได้ ท้้งๆที่ code ตัวเดียวกัน
ไม่รู้ว่าจะเป็นที่เครื่องหรือว่าที่ไหนคะ
Date :
2010-08-20 10:18:22
By :
mostgirls
@ เอานี่ออกด้วยน่ะครับ
Date :
2010-08-20 10:35:43
By :
webmaster
@mail ตรงนี้หรอคะ เอาออกแล้ว error ค่ะ
Date :
2010-08-20 13:59:35
By :
mostgirls
ip server โดน แบล็คลิส หรือป่าวครับไปตรวดูด้วยน่ะ
Date :
2010-08-20 14:38:06
By :
KenJeRoKung
Warning: mail() [function.mail]: Failed to connect to mailserver at "192.168.0.110" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\AppServ\www\Project\linkgraphix_new\senmail\sentmail.php on line 11
Email Can Not Send.
Date :
2010-08-20 15:05:39
By :
mostgirls
ทำแล้วค่ะ ลอง stop และก็ ลอง start ใหม่ก็ไม่ได้
Date :
2010-08-20 15:11:18
By :
mostgirls
ลองแบบนี้ดูนะครับ
Code (PHP)
<?
$send = "[email protected] ";
$header = "MIME-Version: 1.0\n"
. "Content-Type:text/html; charset=utf-8\n";
$header .= "From: $email\r\n";// จม. ถูกส่งมาจากใคร
$subject = "Test Send Email";
$massages = " Test Your Email";
if(mail($send, $subject, $massages,$header))
{
echo"<script>alert('Email Sending.');window.location='index.php';</script>";
}else
{
echo"<script>alert('Email Can Not Send. Please try again !');window.location='index.php';</script>";
}
?>
Date :
2010-08-20 15:23:17
By :
Black_Hawk
error แบบนี้จ๊ะ
Date :
2010-08-20 15:31:35
By :
mostgirls
Function E-mail ต้องลง Hosting จริงก่อนเท่านั้นครับ ใช้กับ localhost ไม่ได้ครับ ลอง Upload ดูก่อนครับ
Date :
2010-08-20 18:03:34
By :
Black_Hawk
Load balance : Server 05