Back to all versions

4.8.1

2026-01-05
patch

Bug Fixes 1

  • fix(email): accept SMTPUTF8 addresses (#11115, #9821)
    Zitadel now accepts internationalized email addresses with UTF-8 characters (e.g., `möhlmann@example.com`). Email validation now uses `net/mail` instead of a custom regex to correctly handle UTF-8 characters. In the management/v1 API, email address validation has been removed and only string limits are applied.
    email

Contributors 1