donglu1913 2016-11-25 07:26
浏览 68
已采纳

mail()和phpmailer()发送功能无法从cpanel工作但在localhost上工作正常[重复]

This question already has an answer here:

As the title suggests, ive tried every type of mail() feature from different websites and when using the phpmailer code it is throwing the HTTP ERROR 500. I dont necessarily want the phpmailer to work, just the simple mail() would be fine. On the following code, i get sent email message but never receive the email.

<?php
error_reporting(-1);
ini_set('display_errors', 'On');
set_error_handler("var_dump");
$header = "From: noreply@example.com
"; 
$header.= "MIME-Version: 1.0
"; 
$header.= "Content-Type: text/html; charset=ISO-8859-1
"; 
$header.= "X-Priority: 1
"; 
$subject="test";
$message="test";
$status = mail('************@live.com', $subject, $message, $header);
//$to mail hidden for security purpose
if($status)
{ 
    echo '<p>Your mail has been sent!</p>';
} else { 
    echo '<p>Something went wrong, Please try again!</p>'; 
}
?>

There might be a problem with php.ini which dont allow sending mails but i cant find that in Cpanel. Any help would be appreciated.

</div>
  • 写回答

1条回答 默认 最新

  • dongxuan2015 2016-11-25 07:35
    关注

    Some server not sent mail,You need to sent mail from smtp but before it,you need to setup smtp configure in your cpanel.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 基于单片机的靶位控制系统
  • ¥15 AT89C51控制8位八段数码管显示时钟。
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错