Feature #76349
closedIntegrate Swift Mailer's spool transport into TYPO3
100%
Description
TYPO3 uses Swift Mailer for sending mails.
Switftmailer itself offers to spool mails and send them later.
Swiftmailer SpoolTransport:
https://github.com/swiftmailer/swiftmailer/blob/fffbc0e2a7e376dbb0a4b5f2ff6847330f20ccf9/lib/classes/Swift/SpoolTransport.php
Symfony as example is using this feature:
http://symfony.com/doc/current/cookbook/email/spool.html
As a proove of concept using xclasse:
https://github.com/r3h6/TYPO3.EXT.mail_spool
This would be a nice feature for the core.
What must be done:
- Extension settings must be extended with spool properties
- MailMessage and Mailer class must be changed (fully backwards compatible, see proove of concept)
- CLI/Schedular command for flush queue
Questions:
- Where to temporary store the mail messages on file system (typo3temp/?)
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49182
Updated by Riccardo De Contardi almost 8 years ago
- Target version changed from 8 LTS to 9.0
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49182
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49182
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49182
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49182
Updated by Susanne Moog about 7 years ago
- Target version changed from 9.0 to 9.2
Updated by Gerrit Code Review about 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49182
Updated by Gerrit Code Review about 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49182
Updated by Remo H. about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 95f9df580ec070302e7a6c3919125671378b7b00.
Updated by Georg Ringer about 7 years ago
- Related to Bug #83880: Improve default directory for mail spooling added