PHP Mail函数从Header中的行被覆盖

时间:2015-08-26 14:58:21

标签: php html-email

我有以下y邮件脚本代码片段:

$headers = 'Content-type:text/html; charset=ISO-8859-1 \r\n';
$headers .= 'From: webmaster@somewhere.com' . "\r\n";
mail($row2['data'],"Some Company Email Confirmation ",$msg,$headers );

由于一些奇怪的原因,电子邮件发送成功,但没有从现场传递到标头变量,或至少它没有显示邮件消息标题是从我指定的地址..它拿起服务器地址。我在这里缺少什么?

全部谢谢

0 个答案:

没有答案