I used <admin.api-endpoint.com/admin/identities> t...
# talk-kratos
s
I used admin.api-endpoint.com/admin/identities to create an identity with email address. The identity is created, but I am not getting any verification link to that email. The smtp courier I have set in kratos.yml is
<smtps://user%40domain.com:password@smtp.domain.com:587/?skip_ssl_verify=true>
(with values substituted properly) Am I missing something?
d
Creating identities with the admin API does not send any emails
the admin api has endpoints for generating recovery codes and links, or you could use the frontend API to start a verification flow for the identity you just created, which will send an email
s
@dazzling-napkin-4938 I sent a POST request to admin.api-endpoint.com/admin/recovery/link and got a json response with the recovery link https://public.api-endpoint.com/self-service/recovery?flow=flow_id&amp;token=token_string Clicking on that link opens it in browser as a blank page, but the email is not verified. Shouldn't I be getting the link to my email, clicking which the email should be marked verified?