Hi,
We’re trying to send an email to a user if his/her password was changed. The Email-Event
UPDATE-PASSWORD looks exactly like what we want.
https://github.com/keycloak/keycloak/blob/master/services/src/main/java/o...
<
https://github.com/keycloak/keycloak/blob/master/services/src/main/java/o...
There’s one catch: the email seems to only get sent if the user has a verified email
address. Email-Verification is not activated on the realm.
Is there a reason why email-verification is required for those emails?
Thanks,
Gregor