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!!
Back
•
In response to @barelon
you can use the email "log" driver, so your emails end up in your laravel.log file
•