Bug #93689
closedMailer: Dispatch event after mail has been sent
100%
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.
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74825
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74825
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74825
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74825
Updated by Oliver Bartsch over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 68c6dd051e177966ca253c029a493ba630b8f655.