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.

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

报告相同问题?

悬赏问题

  • ¥20 求快手直播间榜单匿名采集ID用户名简单能学会的
  • ¥15 DS18B20内部ADC模数转换器
  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历