Mail not sending with PHPMailer over SSL using SMTP

前端 未结 5 2173
失恋的感觉
失恋的感觉 2020-12-05 16:11

I am trying to use PHPMailer to send e-mails over SMTP but so far have had no luck. I\'ve gone through a number of SO questions, PHPMailer tutorials and forum posts but stil

5条回答
  •  攒了一身酷
    2020-12-05 17:03

    I got a similar failure with SMTP whenever my client machine changes network connection (e.g., home vs. office network) and somehow restarting network service (or rebooting the machine) resolves the issue for me. Not sure if this would apply to your case, but just in case.

    sudo /etc/init.d/networking restart   # for ubuntu
    

提交回复
热议问题