Laravel Homestead Swift Cannot send message without a sender address

前端 未结 14 1024
予麋鹿
予麋鹿 2020-12-08 19:09

I get this error with stock email settings in Laravel 5.1 Homestead when I try to send a password reset mail.

Swift_TransportException in AbstractSmtpTransp         


        
14条回答
  •  我在风中等你
    2020-12-08 20:06

    Don't forgot also to clear config cache ! it was the problem where I was facing !

    php artisan config:cache
    

提交回复
热议问题