---
title: "Breaking: #61783 - Removed deprecated mailing API"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-61783"
source: "Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #61783 - Removed deprecated mailing API

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

## Description

The deprecated methods to send email are removed.
This includes the `MailUtility::mail()` method, the mail delivery substitution API and the `plainMailEncoded()` methods.

## Impact

Any call to `MailUtility::mail()` or `GeneralUtility::plainMailEncoded()` will result in a fatal error.
The option `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/utility/class.t3lib_utility_mail.php']['substituteMailDelivery']`
does not have any effect.

## Affected installations

Any installation using an extension still using the deprecated API will fail.

## Migration

Use the `TYPO3CMSCoreMailMailer` API for sending email.
