Hey team, I've been looking for a way to fetch a v...
# talk-kratos
b
Hey team, I've been looking for a way to fetch a verification code for an identity so I can add it to an email that gets sent by a seperate system, rather than using the Kratos emails. For reference the user will signup and immediately be shown the verification UI as per the config below.
Copy code
registration:
      lifespan: 10m
      ui_url: <http://127.0.0.1:4455/registration>
      after:
        password:
          hooks:
            - hook: session
            - hook: show_verification_ui
Would anyone be able to point me in the right direction? Ideally I'd like the retain the flow that is initiated by the
show_verification_ui
so the end user has a smooth experience. Thanks in advance 😎
s
what you want to do instead is use the http email courier
b
cool that looks like it should suit our requirements, thanks @steep-lamp-91158 👏