maispace / mai-mail
Mail queue and logging extension for TYPO3 backend mail dispatch with site-based theming.
Package info
github.com/mai-space-de/typo3-extension-mail
Type:typo3-cms-extension
pkg:composer/maispace/mai-mail
v14.0.0
2026-05-23 19:43 UTC
Requires
- php: >=8.5
- maispace/mai-base: @dev
- typo3/cms-core: ^14.1
- typo3/cms-extbase: ^14.1
Requires (Dev)
- armin/editorconfig-cli: ^2.1
- friendsofphp/php-cs-fixer: ^3.0
- helmich/typo3-typoscript-lint: ^3.1
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.0
- saschaegerer/phpstan-typo3: ^3.0
- typo3/testing-framework: ^9.0
This package is auto-updated.
Last update: 2026-05-23 20:38:34 UTC
README
Backend mail dispatch extension for TYPO3 with an async mail queue, persistent mail log, backend inspection module, queue worker command, and site-based theming hooks via TypoScript settings.
Installation
composer require maispace/mai-mail
Features
- Async mail queue with retry tracking in
tx_maimail_queue - Persistent mail log in
tx_maimail_log - Backend module for queued and logged mails
- Symfony console command
mail:process-queue - Site-based mail theming via TypoScript constants
Development
composer lint:check
composer test