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
•
For testing check out mailtrap.io
you can use the email "log" driver, so your emails end up in your laravel.log file
•
For local dev I'm a huge fan of MailHog. Similar to MailTrap, but runs locally and is free. If you're on macOS you can get it running easily as a brew service and have it just run in the background. github.com/mailhog/MailHog
log and use this package to view emails from log.
packagist.org/packages/dipesh79/laravel-mail-log-viewer