Hello Ory team, I am wondering if it is possible t...
# ory-network
a
Hello Ory team, I am wondering if it is possible to send recovery emails so that they are redirecting to my application? The recovery email sent out currently contains a link with following format:
ory_url/self-service/recovery?flow=...
. Would it be possible to send a link something similar to
app_url/reset_password?flow=...
? If not what would be the appropriate solution to redirect the user to the application. Sorry if it has been answered or is documented, I tried looking everywhere. Could you help me with this issue?