Back

I have cloned the Pinkary project and I'm testing it locally. If I register I need to verify my email. How can I:
a) set up a local mailer that can send this email, or
b) mark my user as verified
Thanks!!

4

268

  • No matching results...
  • Searching...

/ 1000

you can use the email "log" driver, so your emails end up in your laravel.log file

1

194