用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3183|回复: 8
收起左侧

[已解决] 用CI email发送, 打印出错误是这样的,

[复制链接]
发表于 2012-1-30 23:47:13 | 显示全部楼层 |阅读模式
Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.
发表于 2012-1-31 00:41:40 | 显示全部楼层
用phpmailer
服务器不支持这个方法。
 楼主| 发表于 2012-1-31 08:33:50 | 显示全部楼层
baiyuxiong 发表于 2012-1-31 00:41
用phpmailer
服务器不支持这个方法。

如何让服务器支持这方法, 一定要用phpmailer 吗, 没有其他办法了吗
 楼主| 发表于 2012-1-31 17:28:21 | 显示全部楼层
有木有高手帮一把啊
发表于 2012-1-31 17:36:22 | 显示全部楼层
 楼主| 发表于 2012-1-31 18:28:34 | 显示全部楼层
Hex 发表于 2012-1-31 17:36
protocol 换一下,参考
http://codeigniter.org.cn/user_guide/libraries/email.html

换成sendmail 也出错 还多了两句
Exit status code: 1
Unable to open a socket to Sendmail. Please check settings.
Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.
发表于 2012-1-31 18:30:54 | 显示全部楼层
zionwang 发表于 2012-1-31 18:28
换成sendmail 也出错 还多了两句
Exit status code: 1
Unable to open a socket to Sendmail. Please che ...

估计你的只能用 smtp,你服务器没装这些东西,sendmail 是一个linux下的程序,要在服务器安装才能用。
 楼主| 发表于 2012-1-31 18:34:01 | 显示全部楼层
Hex 发表于 2012-1-31 18:30
估计你的只能用 smtp,你服务器没装这些东西,sendmail 是一个linux下的程序,要在服务器安装才能用。 ...

如果用了smtp  那么不会出错, 但浏览器好像死循环一样就卡在哪, 也不报错,
发表于 2012-1-31 18:43:21 | 显示全部楼层
zionwang 发表于 2012-1-31 18:34
如果用了smtp  那么不会出错, 但浏览器好像死循环一样就卡在哪, 也不报错, ...

那是在连接 smtp 服务器,可能这个服务器连不上。
如果不行就用第三方类库吧。

本版积分规则