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

前端 未结 6 1560
遇见更好的自我
遇见更好的自我 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条回答
  •  失恋的感觉
    2020-12-06 21:00

    In laravel, I was also having the same issue but is because of... I was not using "use clause" in the Mail function .

    The error got solved after using "use clause".

提交回复
热议问题