Email Theme

There are two ways you can create a Keycloak Email theme with Keycloakify

Using jsx-email

This approach only works in Vite project. So not with Webpack/Create-React-App

keycloakify-email is a Keycloakify plugin that enable to create an email theme using jsx-email.

This plugin will evenutally be integrated to Keycloakify core. For more instruction on how to configure Keycloak to send emails see this video.

Unsing FreeMarker

npx keycloakify initialize-email-theme, select the native option.

Running this command will initialize a native email theme in the src/email directory.

Last updated