Can we trigger an account recovery email through t...
# ory-network
w
Can we trigger an account recovery email through the ORY api if we create an identity through it? Or will we have to implement that logic of sending the email? Cant see anything, but want to double check 🙂
l
based on this https://github.com/ory/kratos/issues/595 and https://www.ory.sh/docs/kratos/manage-identities/account-recovery it seems like sending the email isn't a feature yet
p
Hi @white-advantage-37945 You can create a recovery link / code through the admin api, but you will need to manually send it out. Like @loud-honey-70375 mentioned, Ory doesn't handle email sending from the admin api as of yet.