christophlehmann/mail-logger

Log mails to sys_log table


Keywords
logging, mail, typo3
License
CNRI-Python-GPL-Compatible

Documentation

TYPO3 Extension: Mail Logger

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.