r3h6 / typo3-mail-catcher
Catch emails instead of sending them out
Installs: 492
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^12.4
- typo3/cms-core: ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.22
- michielroos/typo3scan: ^1.7
- saschaegerer/phpstan-typo3: ^1.8
- typo3/coding-standards: ^0.7.1
Replaces
- typo3-ter/mail-catcher: 0.2.0
README
Catch emails sent by the mail API of TYPO3 and view them in the backend.
This extension is an alternative for development or staging environments where it is not possible to install other tools like MailHog.
Install
Composer or TER
Integration
You must set the mail transport to R3H6\\MailCatcher\\Mail\\Transport\\MailCatcherTransport
:
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport'] = \R3H6\MailCatcher\Mail\Transport\MailCatcherTransport::class;