【发布时间】:2017-02-03 13:54:12
【问题描述】:
我有一个使用 codeigniter 框架开发的项目。我需要向用户发送邮件,但在发送邮件时出现错误
<h4>A PHP Error was encountered</h4>
<p>Severity: Warning</p>
<p>Message: fsockopen(): unable to connect to localhost:25 (Connection refused)</p>
<p>Filename: libraries/Email.php</p>
<p>Line Number: 1689</p>
为什么我会得到这个?
【问题讨论】:
-
你在本地主机上运行了 SMTP 服务器吗?
-
张贴使用的
email config。
标签: php codeigniter