邮箱一直发送不成功,哪位大大帮我看看是怎么回事? [ 2.0 版本 ]
main-local.php中的配置:
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'useFileTransport' => false,
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'smtp.qq.com',
'username' => '110488429@qq.com',
'password' => 'adgsag',
'port' => '25',
'encryption' => 'tls',
],
'messageConfig' => [
'charset' => 'UTF-8',
'from' => ['110488429@qq.com'=>'admin'],
],
],
控制器中:
//邮件发送
$mail = Yii::$app->mailer->compose();
$mail->setTo('929745558@qq.com');
$mail->setSubject('邮箱测试');
$mail->setHtmlBody('asgdadgagadhdrhearharhae');
if($mail->send()){
echo '成功';
}else{
echo '失败';
}
确认邮箱的smtp已经开启,但是一直提示:
Swift_TransportException
Failed to authenticate on SMTP server with username "1104984259@qq.com" using 1 possible authenticators
共 0 个回答
没有找到数据。
墨轩娣 无锡
注册时间:2015-03-25
最后登录:7小时前
在线时长:274小时58分
最后登录:7小时前
在线时长:274小时58分
- 粉丝38
- 金钱59765
- 威望150
- 积分64005