Laravel default mail not working

前端 未结 6 918
再見小時候
再見小時候 2020-12-24 06:16

Im attempting to send a user activation email upon registration. I have a simple laravel site with registration and authentication. Upon registration, there are no errors, a

6条回答
  •  Happy的楠姐
    2020-12-24 06:59

    I had this problem but I set configuration mail in .env file and I used this:

    php artisan config:cache
    

提交回复
热议问题