Unable to verify via email so blocked from using self-hosted local test instance

Self-hosted local instances for testing say they are sending a verification email upon completion of setup but do not seem to do so in all cases. I have not found information about setup to assist this email successfully being sent or to troubleshoot if unsuccessful in the docs.
Since this email is required to continue using the system after a few days, I’ve been locked out of the instance with a popup that asks me to confirm my account via sending an email, which is the same failing system for verification, so it is impossible to unlock.
I’m running the local instance via docker exactly as described on GitHub - OpenFn/lightning: OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.

Hey Cord,

OpenFn local deployment uses Swoosh for mailbox preview. You can access this via http://localhost:4000/dev/mailbox. Feel free to change localhost:4000 based on your setup.

Thanks Ayo!

Also, @Cord42 , it took me a while to find this… :frowning:

We should definitely add a line pointing here from the main docs—possibly in Deployment — Lightning v2.8.1 !

If you’re setting up a local instance, would you mind opening a PR when done with the instructions?

I was able too verify my local instance by using http://localhost:4000/dev/mailbox, thank you very much.
The docs definitely need a step that describes how to verify for a local instance - most developers who wants to test locally will have to do this - just mentioning the link to the mail handler at http://localhost:4000/dev/mailbox in the docs would be super helpful.
Where would you want me to open a PR to? The newer lightning docs you linked to at Lightning v2.8.1 — Documentation don’t have as clear as a path to submitting edits as the docs at https://docs.openfn.org/.