dos71253 2015-03-25 10:52
浏览 28

为什么我的PHP脚本在从标头设置时不发送电子邮件

I have a php script that is only sending mail when the user registration. I put in something along the lines of:

$to ='testmail@gmail.com';
$message  = 'Hello';
$headers  = 'MIME-Version: 1.0' . "
";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "
";
$headers .= "From: Website <admin@example.com>
";
if($results= mail($to, 'User Registration', 'Test', $headers)) {
  echo 'success';
} else {
  echo 'fail';
}

But the email doesn't send on server. When i put the following line :

$headers .= "From: Website <admin@example.com>
";

Why is this happening?

  • 写回答

1条回答 默认 最新

  • dongpan1416 2015-03-25 11:55
    关注

    Have you looked at the answer to smtp configuration for php mail it's very similar a question to yours?

    评论

报告相同问题?

悬赏问题

  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址
  • ¥15 elmos524.33 eeprom的读写问题
  • ¥15 使用Java milo连接Kepserver服务端报错?
  • ¥15 用ADS设计一款的射频功率放大器
  • ¥15 怎么求交点连线的理论解?
  • ¥20 软件开发方法学习来了
  • ¥15 微信小程序商城如何实现多商户收款 平台分润抽成