Laravel default mail not working

前端 未结 6 920
再見小時候
再見小時候 2020-12-24 06:16

Im attempting to send a user activation email upon registration. I have a simple laravel site with registration and authentication. Upon registration, there are no errors, a

6条回答
  •  梦毁少年i
    2020-12-24 07:01

    try removing tls encryption by setting it to

    'encryption' => '',
    

    i had a similar issue, and the tls was it.

提交回复
热议问题