我将Laravel Mail驱动程序设置为打印到我的日志文件:
'driver' => env('MAIL_DRIVER','log'),
但是,当我发送邮件时,我收到swiftmail身份验证错误:
Expected response code 250 but got code ‘530’ with message ‘530 5.7.1
Authentication required’06001
line 383\”>AbstractSmtpTransport.PHP line 383
06002
@H_403_15@我需要在某处设置另一个设置吗?为什么要尝试使用swiftmailer?