mail header 無回信地址
代碼: 選擇全部
//信件寄件人
$mail_headers = 'Content-type: text/html; charset="utf-8"' . "\r\n";
$mail_headers .= 'From: "Name" <yehlu@551.com.tw>' . "\r\n"; // 請自行替換寄件地址
$mail_headers .= 'Reply-To: "Name" <yehlu@551.com.tw>'. "\r\n"; //Return bouned mails to.
mail($store_data['mail'],
'=?UTF-8?B?'.base64_encode("主題").'?=',
$db->f('param_value'),
$mail_headers);