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

后端 未结 13 714
无人及你
无人及你 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:05

    Have you tried changing the encryption to tls? I currently use a Gmail SMTP sever to send emails from my Laravel app. I use TLS and port 587

提交回复
热议问题