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
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