Expected response code 250 but got code “530”, with message "530 5.7.1 Authentication required

前端 未结 7 1404
情深已故
情深已故 2020-12-24 01:29

I got stuck on this error I trying to configure SMTP mail on laravel

\"here

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 02:20

    Yep, and if you have tried all the above solutions (what's more likely to happen) and none work for you, it may happen that Guzzle is not installed.

    Laravel ships mailing tools, by which is required the Guzzle framework, but it won't be installed, and AS OF the documentation, will have to install it manually: https://laravel.com/docs/master/mail#driver-prerequisites

    composer require guzzlehttp/guzzle
    

提交回复
热议问题