Laravel default mail not working

前端 未结 6 915
再見小時候
再見小時候 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条回答
  •  一整个雨季
    2020-12-24 07:15

    If you are using this on local machine using Xampp. Please disable all the encryption application which are running at the back end. I had experienced the same issue and it was solved when i disabled PGP encryption software. The encryption software doesn't allow to pass token to the email.

提交回复
热议问题