r3h6/typo3-mail-catcher

Catch emails instead of sending them out

Maintainers

Package info

github.com/r3h6/typo3-mail-catcher

Type:typo3-cms-extension

pkg:composer/r3h6/typo3-mail-catcher

Statistics

Installs: 1 087

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2023-09-01 22:06 UTC

This package is auto-updated.

Last update: 2026-03-04 16:50:38 UTC


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;