xima / xima-typo3-mailcatcher
Display mails that were send to log file
Installs: 14 160
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
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: *
- dev-main
- v10.x-dev
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- dev-remove-bcc
- dev-german-translation
- dev-drop-v10
- dev-css-file
- dev-v13-adjustments
- dev-attachment-tests
- dev-single-format
- dev-fix-v13-tests
- dev-module-access
- dev-release-workflow
- dev-php-errors
- dev-unit-tests
- dev-improve-readme
- dev-fix-decoding
- dev-fix-permissions
- dev-hide-module
- dev-patch-1
- dev-fix-v10-autoloading
- dev-avoid-ext-registration
- dev-remove-ext-conf
- dev-feature/mail-mime-parser
- dev-cc-bcc-fields
- dev-load-html
- dev-embedded-images
This package is auto-updated.
Last update: 2024-10-23 06:52:57 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).