SMF ส่ง Email ไป Homail,Yahoo แล้วผู้ส่งและหัวข้อภาษาไทยอ่านไม่ออก

SMF ส่ง Email ไป Homail,Yahoo แล้วผู้ส่งและหัวข้อภาษาไทยอ่านไม่ออก

เชื่อว่าหลายคนคงเจอปัญหานี้แล้วแล้วแก้ไม่ได้สักที

แก้ปัญหาโดย เปิดไฟล์ Sources/Subs-Post.php

ค้นหาบรรทัด

// Sadly Hotmail & Yahoomail don't support character sets properly.

(อยู่ประมาณบรรทัดที่ 540)

ให้ลบโค๊ดต่อไปนี้ทิ้ง

// Sadly Hotmail & Yahoomail don't support character sets properly.
if ($hotmail_fix === null)
{
$hotmail_to = array();
foreach ($to_array as $i => $to_address)
{
if (preg_match('~@(yahoo|hotmail)\.[a-zA-Z\.]{2,6}$~i', $to_address) === 1)
{
$hotmail_to[] = $to_address;
$to_array = array_diff($to_array, array($to_address));
}
}

// Call this function recursively for the hotmail addresses.
if (!empty($hotmail_to))
$mail_result = sendmail($hotmail_to, $subject, $message, $from, $message_id, $send_html, $priority, true);

// The remaining addresses no longer need the fix.
$hotmail_fix = false;

// No other addresses left? Return instantly.
if (empty($to_array))
return $mail_result;
}

หรือเพิ่ม /___________/ เพื่อให้โค๊ดดังกล่าวไม่ทำงาน ดังนี้

// Sadly Hotmail & Yahoomail don't support character sets properly.
/*if ($hotmail_fix === null)
{
$hotmail_to = array();
foreach ($to_array as $i => $to_address)
{
if (preg_match('~@(yahoo|hotmail)\.[a-zA-Z\.]{2,6}$~i', $to_address) === 1)
{
$hotmail_to[] = $to_address;
$to_array = array_diff($to_array, array($to_address));
}
}

// Call this function recursively for the hotmail addresses.
if (!empty($hotmail_to))
$mail_result = sendmail($hotmail_to, $subject, $message, $from, $message_id, $send_html, $priority, true);

// The remaining addresses no longer need the fix.
$hotmail_fix = false;

// No other addresses left? Return instantly.
if (empty($to_array))
return $mail_result;
}*/

Tip เล็กน้อย

หาก Email ที่ส่งไปชอบลงถังขยะ
ให้ใช้อีเมล์ของเว็บมาสเตอร์(ผู้ดูแล>> ค่าต่างๆของระบบ>>อีเมล์ของเว็บมาสเตอร์) เป็น xxx@mydomain.com เช่น no-reply@mydomain.com

ผมเคยเจอ มันเป็นบางแอคเค้าอะครับ ทั้งๆที่ก็ส่งไปครั้งเดียวกัน เมล์ปลายทางก็ฮอทเมล์เหมือนกัน แต่สมาชิกส่วนใหญ่ก็รับอีเมล์ภาษาไทยได้ปกติ แต่มีเมล์ของสมาชิกบางคนรับภาษาไทยไม่ได้มั่วอ่านไม่ออก มันเป็นบางครั้งอะครับ

เคยเป็นเหมือนกันอ่ะ