Actions
Bug #93689
closedMailer: Dispatch event after mail has been sent
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Mailer API
Target version:
-
Start date:
2021-03-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The SwiftMailer in TYPO3 v9 and earlier allowed us to get notified when a mail has been sent.
This is not possible anymore in TYPO3 v10 with the Symfony mailer.
TYPO3's TYPO3\CMS\Core\Mail\Mailer
class does not dispatch any events when send() has been completed.
Symfony's own Symfony\Component\Mailer\Mailer
class does dispatch a "SendEmailMessage" event, but that class is not used by TYPO3.
Actions