[FEATURE] Spool for TYPO3.SwiftMailer
Initial commit that overrides the Neos SwiftMailer package with a spooler and adds a command to send the messages from the queue. refs KIME-3340
parents
Showing
Configuration/Objects.yaml
0 → 100644
Configuration/Settings.yaml
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "we/swiftmailerspool", | |||
"type": "typo3-flow-package", | |||
"description": "A Flow package to extend the Neos Swift Mailer by a spool for asynchronous mailing", | |||
"license": ["LGPL-3.0", "MIT"], | |||
"require": { | |||
"typo3/flow": "*", | |||
"typo3/swiftmailer": "5.3.*" | |||
}, | |||
"autoload": { | |||
"psr-0": { | |||
"WE\\SwiftMailerSpool": "Classes" | |||
} | |||
} | |||
} |
Please register or sign in to comment