Keycloakify
GitHubHomeStarter project
v6
  • Documentation
  • Release Notes & Upgrade Instructions
  • FAQ
v6
  • 👨‍💻Quick start
  • 🔩Keycloakify in my App
  • 📧Email customization
  • ✒️Terms and conditions
  • ✅Realtime input validation
  • ⚠️Limitations
  • 🌉Context persistence
  • 🌎i18n: msg(...)
  • 💂Email domain acceptlist
  • 🛑Keycloak error in log
  • 💟Contributing
  • 📖Build options
  • 🏁Requirements
  • ⬆️v5 -> v6
  • ⬆️v6.x -> v6.12
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

Email customization

Customize the default email template

PreviousKeycloakify in my AppNextTerms and conditions

Last updated 2 years ago

Was this helpful?

Introduced in

It is now possible to customize the emails sent to your users to confirm their email address ect. Just run npx create-keycloak-email-directory, it will create a keycloak_email directory at the root of your project. This directory should be tracked by Git (yarn add -A) You can start hacking the default template. When npx build-keycloak-theme (yarn keycloak) is run, if the directory keycloak_email exists at the root of your project, it will be bundled into your .jar file and you will be able to select it in the Keycloak administration pages.

📧
v4.8.0
Selecting your email theme in the Keycloak admin