I'm integrating my api with Ory Kratos SDK (golang...
# ory-selfhosting
s
I'm integrating my api with Ory Kratos SDK (golang), and trying to write some tests for the integration. I'm able to test the registration flow, but the verification (code) flow requires picking a code up from email. What are my options for picking the verification code in my tests?
s
mailhog as an smtp server or some test mail providers
s
I use mailpit for interactive testing, but how can I retrieve the code in automated code test cases?