[TASK] Add EventDispatcher and Logger support to transports
This patch adds EventDispatcher and Logger support to the various transports where it was missing so far. Now the Mailer API should be compatible to the underlaying Symfony Mailer and all features can be used. Resolves: #93000 Releases: master, 10.4 Change-Id: Iea222586a0f4d3e35e462c3cf27c16eec914b5c4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66145 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Markus Gerdes <markus@madaxel.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Markus Gerdes <markus@madaxel.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
Showing
- typo3/sysext/core/Classes/Mail/FileSpool.php 20 additions, 8 deletionstypo3/sysext/core/Classes/Mail/FileSpool.php
- typo3/sysext/core/Classes/Mail/MboxTransport.php 20 additions, 3 deletionstypo3/sysext/core/Classes/Mail/MboxTransport.php
- typo3/sysext/core/Classes/Mail/MemorySpool.php 27 additions, 4 deletionstypo3/sysext/core/Classes/Mail/MemorySpool.php
- typo3/sysext/core/Classes/Mail/TransportFactory.php 17 additions, 3 deletionstypo3/sysext/core/Classes/Mail/TransportFactory.php
Please register or sign in to comment