xima/xima-typo3-mailcatcher

Display mails that were send to log file

Installs: 13 645

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 2

Type:typo3-cms-extension


README

Extension icon

TYPO3 extension xima_typo3_mailcatcher

Latest version Supported TYPO3 versions Total downloads Tests codecov Composer

A TYPO3 extension that adds a backend module to view emails that were send to file.

backend_module

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).