I want to test the signup, recover, etc features on a localhost instance, is there an easy way to grab the link/token without actually sending an email?
Is there an email queue that i can check to grab the url and secret token?
TL;DR
The user wants to grab the URL and secret token from a verification email without actually sending an email on a localhost instance. One solution is to set the SMTP host to a non-empty string and then check the mail worker container logs. Additionally, the user can also check for an email queue to grab the URL and secret token.