christophlehmann/mail-logger

Log mails to sys_log table

dev-main 2022-10-01 17:11 UTC

This package is auto-updated.

Last update: 2024-04-29 04:41:23 UTC


README

As an administrator i need to see, what mails are sent by TYPO3.

This extension logs mails to sys_log table, so you can see them in the backend log module.

A log entry looks like this:

An example log entry

The mail content is not logged.

Development

In TYPO3 12.x use the new AfterMailerSentMessageEvent instead XClassing the Mailer.