使用的是QQ邮箱
配置文件代码
return array(
//其他配置项省略......
// 配置邮件发送服务器
'MAIL_SMTP' => TRUE,
'MAIL_HOST' => 'smtp.qq.com', //邮件发送SMTP服务器
'MAIL_SMTPAUTH' => TRUE,
'MAIL_USERNAME' => '@qq.com', //SMTP服务器登陆用户名
'MAIL_PASSWORD' => '', //SMTP服务器登陆密码
'MAIL_SECURE' => 'ssl',
'MAIL_CHARSET' => 'utf-8',
'MAIL_ISHTML' => TRUE,
'MAIL_FROMNAME' => '某某网站客户',
);
'MAIL_SECURE' => 'ssl'
这个的时候是

'MAIL_SECURE' => 'tls'
这个的时候是
一直localhost请求很久都没反应

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
https://packagist.org/package...
用这个方法。我测试了管用。http://www.thinkphp.cn/code/2...