ci php email发送失败,使用CodeIgniter发送电子邮件时出错

在发送电子邮件时,我收到了一堆这样的错误:

A PHP Error was encountered

Severity: Notice

Message: fwrite(): send of 12 bytes failed with errno=32 Broken pipe

Filename: libraries/Email.php

Line Number: 1846

A PHP Error was encountered

Severity: Notice

Message: fwrite(): send of 39 bytes failed with errno=32 Broken pipe

Filename: libraries/Email.php

Line Number: 1846

A PHP Error was encountered

Severity: Notice

Message: fwrite(): send of 31 bytes failed with errno=32 Broken pipe

Filename: libraries/Email.php

Line Number: 1846

我已按照CodeIgniter用户指南配置SMTP:

$config['protocol']='smtp';

$config['smtp_host']='ssl0.ovh.net';

$config['smtp_port']='465';

$config['smtp_timeout']='10';

$config['smtp_user']='postmaster%example.com';

$config['smtp_pass']='password';

$config['mailtype'] = 'html';

$config['charset'] = 'utf-8';

$config['newline'] = "\r\n";

$config['useragent'] = 'Project';

看起来配置文件很好,而且正确(我已经检查了OVH的电子邮件配置文件).

任何解决方案?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值