|
|
|
สอบถามการส่งเมล์ (อัพขึ้นโฮลต์แล้วนะครับ) โดยใช้สคลิปต์ของพี่วินนี้แหละครับ |
|
|
|
|
|
|
|
ไม่ใช่พี่วินน่ะครับ ไม่รู้จะใช่ที่ต้องการไม๊
เพิ่มอันนี้(PHP)
ini_set('SMPT','your_smtp_host');
ini_set('port','25');
|
|
|
|
|
Date :
2013-01-06 09:40:11 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี้อ่ะครับที่ส่งเมล์ Active ถ้าใช้ตัวนี้ส่งให้สมัคร จะต้องเซตอะไรเพิ่มเติมอีกไหมครับ (หมายถึงเมื่ออยู่บนโฮสต์) ต้องเปิดฟังช์อะไรอีกไหมครับ
Code (PHP)
$strTo = $_POST["txtEmail"];
$strSubject = "Activate Member Account";
$strHeader = "Content-type: text/html; charset=windows-874\n"; // or UTF-8 //
$strHeader .= "From: [email protected]\nReply-To: [email protected]";
$strMessage = "";
$strMessage .= "Welcome : ".$_POST["txtName"]."<br>";
$strMessage .= "=================================<br>";
$strMessage .= "Activate account click here.<br>";
$strMessage .= "https://www.thaicreate.com/activate.php?sid=".session_id()."&uid=".$Uid."<br>";
$strMessage .= "=================================<br>";
$strMessage .= "ThaiCreate.Com<br>";
$flgSend = mail($strTo,$strSubject,$strMessage,$strHeader);
|
|
|
|
|
Date :
2013-01-06 10:47:29 |
By :
kenghockey |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|