我已经在.env文件中更改了电子邮件配置,但是当我尝试发送邮件时,它使用的是旧配置。
我已经尝试了一些命令:
php artisan clear-compiled
,
php artisan cache:clear
和
php artisan config:clear
但它仍然在使用我的旧电子邮件发送。
我还尝试更改了旧Gmail帐户的密码,但是我的网站只是使用旧邮件帐户发送邮件。
我注意到了这一点:
This message may not have been sent by: [redacted]@gmail.com Learn more Report phishing
在收到的邮件上。
如果您要从队列发送电子邮件,请尝试使用重启队列php artisan queue:restart
。
这为我解决了这个问题。如上所述,我曾尝试过composer dump-autoload
,,和,但在我的情况下他们没有解决问题。php artisan clear-compiled
php artisan cache:clear
php artisan config:clear