Hi Keycloak team
, I’m stuck with email delivery and would appreciate some guidance.
I have SMTP configured (Mailjet).
-
Test connection succeeds, but no email is received.
-
Mailjet credentials are correct and work outside Keycloak.
Context
-
I’m creating users via the Admin REST API (not self-registration).
-
After user creation, I call
executeActionsEmail(UPDATE_PASSWORD, VERIFY_EMAIL). -
User is created successfully (201).
-
No exception is thrown, but no email is delivered.