xima / xima-typo3-mailcatcher
Display mails that were send to log file
Package info
github.com/xima-media/xima-typo3-mailcatcher
Type:typo3-cms-extension
pkg:composer/xima/xima-typo3-mailcatcher
1.6.1
2025-10-14 18:04 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- typo3/cms-core: ^11.0 || ^12.0 || ^13.0
- zbateson/mail-mime-parser: ^2.0 || ^3.0
Requires (Dev)
- bk2k/bootstrap-package: *
- codeception/module-asserts: *
- codeception/module-cli: *
- codeception/module-filesystem: *
- codeception/module-phpbrowser: *
- codeception/module-webdriver: *
- eliashaeussler/typo3-codeception-helper: dev-main
- friendsofphp/php-cs-fixer: ^3.12
- helhum/typo3-console: * || dev-issue/1169
- phpmd/phpmd: ^2.13.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.6
- saschaegerer/phpstan-typo3: ^1.8
- ssch/typo3-rector: *
- symfony/translation: *
- typo3/cms-install: *
- typo3/testing-framework: *
This package is auto-updated.
Last update: 2026-06-12 14:06:58 UTC
README
TYPO3 extension xima_typo3_mailcatcher
A TYPO3 extension that adds a backend module to view emails that were send to file.
Installation
composer require xima/xima-typo3-mailcatcher
Configuration
No extension configuration needed!
To prevent TYPO3 from sending emails, change the mail transport to mbox (see
official TYPO3 Mail-API).
This way TYPO3 writes the outgoing emails to a log file that you can specify
via transport_mbox_file. The path musst be absolute.
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport'] = 'mbox'; $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_mbox_file'] = \TYPO3\CMS\Core\Core\Environment::getVarPath() . '/log/mail.log';
License
This project is licensed under GNU General Public License 2.0 (or later).
