Email not sending on keycloak

Hi Keycloak team :waving_hand:, 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.

Are you sure you’re testing in the same realm as you’re attempting to send? Often I forget to configure the email settings for every realm.