Failed to authenticate on SMTP server error using gmail

后端 未结 8 574
鱼传尺愫
鱼传尺愫 2020-12-23 09:34

I\'m trying to set up email for my first laravel project, and was thrilled that there\'s a laracast for it: https://laracasts.com/lessons/mailers

I\'ve followed the

8条回答
  •  無奈伤痛
    2020-12-23 10:36

    I had the same issue, but when I ran the following command, it was ok:

    php artisan config:cache
    

提交回复
热议问题