I have a use-case maybe you can help. I use PocketBase + JS SPA and I want to Playwright test it. Testing password reset relies on an email. I extract the verification code and use it in my tests. Today I use mailhog container + rest API but parsing out the email is a PITA.