dongtazu3080 2018-05-24 20:19 采纳率: 100%
浏览 76
已采纳

新的PHPMailer没有运行

Below is the phpmailer code which I am using :

  use PHPMailer\PHPMailer\PHPMailer;
  use PHPMailer\PHPMailer\Exception;
  require '../vendor/autoload.php'; 
   $mail = new PHPMailer(true);  
   try {  
       $mail->SMTPDebug = 2; 
       $mail->isSMTP();  
       $mail->Host = as given in the configure mail client window; 
       $mail->SMTPAuth = true; 
       $mail->Username =as given in the configure mail client window; 
       $mail->Password = as given in the configure mail client window;
       $mail->SMTPSecure = 'tls' ; 
       $mail->Port = 465; 
       $mail->setFrom('my email', 'my name');
       $mail->addAddress('email', 'name');
       $mail->isHTML(true); 
       $mail->Subject = 'Here is the subject';
       $mail->Body = 'This is the HTML message body <b>in bold!</b>';
       $mail->AltBody = 'This is the body in plain text for non-HTML mail clients';
       $mail->send(); 
       echo 'Message has been sent'; } 
  catch (Exception $e) { 
        echo 'Message could not be sent. Mailer Error: ', $mail->ErrorInfo; 
}

The error_log file says :

PHP Warning: stream_select(): unable to select [4]: Interrupted system call (max_fd=5) in /root/vendor/phpmailer/phpmailer/src/SMTP.php on line 1124

I have tried many examples,sometimes the it says connect() failed, sometimes couldn't connect to host and sometimes The page keeps loading and the e-mail is not sent,What is happening ? and how should I configure this . I am using godaddy cpanel php 7.

  • 写回答

1条回答 默认 最新

  • duanputian5341 2018-05-25 06:58
    关注

    The important thing here is:

    I am using godaddy

    GoDaddy blocks outbound SMTP; you must use their servers (*.secureserver.net).

    You're also using SMTPSecure = 'tls' with Port = 465, which will not work. Change to SMTPSecure = 'ssl'.

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

报告相同问题?

悬赏问题

  • ¥15 mmo能不能做客户端怪物
  • ¥15 osm下载到arcgis出错
  • ¥15 Dell g15 每次打开eiq portal后3分钟内自动退出
  • ¥200 使用python编写程序,采用socket方式获取网页实时刷新的数据,能定时print()出来就行。
  • ¥15 matlab如何根据图片中的公式绘制e和v的曲线图
  • ¥15 我想用Python(Django)+Vue搭建一个用户登录界面,但是在运行npm run serve时报错了如何解决?
  • ¥15 QQ邮箱过期怎么恢复?
  • ¥15 登录他人的vue项目显示服务器错误
  • ¥15 (标签-android|关键词-app)
  • ¥15 comsol仿真压阻传感器