r3h6/typo3-mail-catcher

Catch emails instead of sending them out

Installs: 323

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.2.0 2023-09-01 22:06 UTC

This package is auto-updated.

Last update: 2024-04-04 12:20:53 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;