Project

General

Profile

Actions

Feature #76349

closed

Integrate Swift Mailer's spool transport into TYPO3

Added by R3 H6 almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2016-05-28
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

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/?)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #83880: Improve default directory for mail spoolingClosed2018-02-13

Actions
Actions

Also available in: Atom PDF