Laravel - Connection could not be established with host smtp.gmail.com [ #0]

后端 未结 13 729
无人及你
无人及你 2020-12-29 04:32

I\'m trying to send an email from Gmail using Laravel from localhost. I\'m getting this error: Connection could not be established with host smtp.gmail.com [ #0]

I\'

13条回答
  •  一向
    一向 (楼主)
    2020-12-29 05:11

    For me, it turned out TripMode blocked nginx & php-fpm. So make sure no app like this or firewall is blocking the connection to the mail server.

提交回复
热议问题