> For the complete documentation index, see [llms.txt](https://doc-old.keycloakify.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-old.keycloakify.dev/documentation/v11/email-customization.md).

# Email Customization

*Introduced in* [*v4.8.0*](https://github.com/InseeFrLab/keycloakify/releases/tag/v4.8.0)

{% hint style="warning" %}
Keycloakify does not yet officially integrate a way to customize emails with React.\
However, there is a [Keycloakify plugin for React email](https://github.com/timofei-iatsenko/keycloakify-emails) that you can try out.
{% endhint %}

It is possible to customize the emails sent to your users to confirm their email addresses etc.\
Just run npx keycloakify `npx keycloakify initialize-email-theme`.

You will be prompted to select the Keycloak version you want to initialize your theme with. I recommend selecting the most recent one, even if you are currently deploying on an older Keycloak version. Everything should work.

You can remove all the template and resource files you aren't going to customize (it will fallback to the default email theme as long as you keep a `theme.properties` with `parent=base`).\
When `npx keycloakify` (`yarn keycloak`) is run, it will bundle your email theme into your `.jar` file, and you will be able to select it in the Keycloak administration pages.

![Selecting your email theme in the Keycloak admin](/files/DZl82KXfeYLnP4zcML2D)

{% hint style="info" %}
For theme variants, read [this](/documentation/v11/theme-variants.md#email-theme).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc-old.keycloakify.dev/documentation/v11/email-customization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
