|
|
|
ทำ php ส่ง mail พอเข้า hotmail มันไปอยู่ที่ junkmail ทำไงดีครับ |
|
|
|
|
|
|
|
ลองเอาไปประยุกต์ใช้เองนะคะ
<?
include('../include/conf/conf.php');
?>
<?
$a_email=$_POST['a_email'];
if($a_email) {
$sql_pass="SELECT * FROM tbl_admin WHERE a_email='$a_email' ";
$result_pass=mysql_query($sql_pass);
$row_pass=mysql_fetch_array($result_pass);
$mail_subject = "Send username and password From Fafor Thailand";
/* additional headers */
$headers = "MIME-Version: 1.0\r\n";
$headers .= "From: [email protected]\n";
$headers .= "Cc: [email protected]\n";
$headers .= "Bcc: [email protected]\n";
$headers .= "Content-type: text/html; charset=windows-874\r\n";
$headers .="X-Mailer: PHP/" . phpversion();
$mail_body="<html >";
$mail_body .="<head>";
$mail_body .="<link href='http://www.fagorthailand.co.th/th/css/fagor.css' rel=\"stylesheet\" type=\"text/css\" />";
$mail_body .="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
$mail_body .="</head>";
$mail_body .="<body>";
$mail_body .="Username :".$row_pass['a_username'];
$mail_body .="<br>";
$mail_body .="Password :".$row_pass['a_password'];
$mail_body .="</body>";
$mail_body .="</html>";
mail($a_email,$mail_subject,$mail_body,$headers);
echo "<script>";
echo "alert('¢éÍÁÙŶ١Êè§ä»ÂѧÍÕàÁÅÅìàÃÕºÃéÍÂáÅéǤÐ');";
echo "window.location='index.php';";
echo "</script>";
}//if
?>
|
|
|
|
|
Date :
18 ก.ค. 2550 17:59:55 |
By :
กระแต |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้แล้วครับ แก้ ส่วนที่
$headers .="X-Mailer: PHP/" . phpversion();
ใส่ลงไป
ส่งเข้าได้ครับแต่ปัญหาอยู่ที่ว่า
ตรง from มันเป็นที่อยู่ของ wed hosting ของผม แทนที่จะเป็นมาจาก
เวปผมนะครับ
กลุ่มใจมาครับแก้ยังไงก็ไม่ได้เอาออกก็เข้า lunk mail
|
|
|
|
|
Date :
20 ก.ค. 2550 11:19:19 |
By :
อิ๊ก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|