1

I want to send mail after registration.But I had faced this problem.Can anyone tell me how can I solve this problem?And I am uploading my env file here.

MAIL_DRIVER=mail
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=kazibablubif@gmial.com
MAIL_PASSWORD=edkecsyimolpbuua
MAIL_ENCRYPTION=tls
KaziBablu
  • 493
  • 1
  • 6
  • 16

1 Answers1

1

Try 2 step verification and add generate app password and add it to your .env file

https://stackoverflow.com/a/32515570/2891689

Amir Hassan Azimi
  • 9,180
  • 5
  • 32
  • 43