---
title: "Important: #97159 - MailLinkHandler key in TSconfig renamed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-97159"
source: "Changelog/12.0/Important-97159-MailLinkHandlerKeyInTSconfigRenamed.rst"
typo3-version: "12.0"
typo3-major: 12
type: "important"
issue: 97159
forge: "https://forge.typo3.org/issues/97159"
tags: ["TSConfig", "ext:backend"]
rendered: "2026-09-25T23:17:45+00:00"
---

# Important: #97159 - MailLinkHandler key in TSconfig renamed {#important-97159}

See [forge#97159](https://forge.typo3.org/issues/97159)

## Description {#description}

The key for the `MailLinkHandler` in the `TCEMAIN.linkHandler.`
TSconfig has been renamed from `mail` to `email`.

This is done to be consistent with the identifier, used for the
`$GLOBALS['TYPO3_CONF_VARS']['SYS']['linkHandler']` registration,
as well as the value of the `LinkService::TYPE_EMAIL` constant.

Update any usage of this key in your extension code.
