Any reason why the Recovery email only contains th...
# ory-network
l
Any reason why the Recovery email only contains the code but the Verification email contains a code and a link?
r
Hey Brandon, you can customize the contents of the email via the Ory Network Console. Here are a couple of variables you can use:
l
Thanks @rich-thailand-93889. I am implementing a custom Recovery UI and was wondering if the recovery flow supported similar links e.g. /self-service/recovery?code={CODE}&flow={FLOW}. From what I can tell it does not, which is probably why there is no link in the email.
h
Exactly, verification can be triggered during Login - and if that happens the email needs to contain a link that opens the correct page, because the browser will continue with the post-login return URLS. For recovery there is no such flow, so it’s not needed.
👍 1