Email Theme
There are two ways you can create a Keycloak Email theme with Keycloakify
Using the keycloakify-emails plugin
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 but as for now it has to be setup separately.
Using FreeMarker
npx keycloakify initialize-email-theme
, select the native
option.
Documentation under construction.
For theme variants read this.
Last updated