christophlehmann / mail-logger
Log mails to sys_log table
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^10.4 || ^11.5
- typo3/cms-core: ^10.4 || ^11.5
This package is auto-updated.
Last update: 2024-10-29 06:31:11 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:
The mail content is not logged.
Development
In TYPO3 12.x use the new AfterMailerSentMessageEvent instead XClassing the Mailer.