Laravel SwiftMailer : Expected response code 250 but got code “530”, with message "530-5.5.1 Authentication Required

前端 未结 6 1577
遇见更好的自我
遇见更好的自我 2020-12-06 20:42

I am using laravel 5.2, And the using Swift Mailer for password resetting. I have 2-step verification on my gmail..

As the google help says :

<
6条回答
  •  旧时难觅i
    2020-12-06 20:58

    Use tls instead of ssl and use port 587.

    Use key or paasword.

    Or Please run php artisan config:cache

    Or Try to turn on "less secure apps" of your account on this page.

提交回复
热议问题