Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method

前端 未结 6 664
余生分开走
余生分开走 2021-01-05 08:58

Iam using codeigniter

I exicuted the code on live server. got the following error using print_debugger()

Unable to send email using PHP SMTP.

6条回答
  •  自闭症患者
    2021-01-05 09:49

    It looks like the mail server is hosted by yourself as well, try sending email from any e-mail client. If it fails - there's a problem with your mailserver config, not the code you pasted - check the server logs.

提交回复
热议问题