formatd/mailer-queueadaptor

Last activity 11 Aug 2022 1 953
composer require formatd/mailer-queueadaptor

Mail Queue for Neos.SwiftMailer

dev-main

Version
dev-main
Type
neos-package
Release Date
Aug 11, 2022 18:13
Source
git
Distribution
zip
Requires
  • neos/flow: *
  • cweagans/composer-patches: ^1.7
  • formatd/mailer: ~v1.1.4
  • flowpack/jobqueue-common: ^3.1 || ^3.2 || ^3.3
MIT f0475339c6244dbda2d603304de13492d918d7b6

Readme excerpt

FormatD.Mailer.QueueAdaptor

This package changes the mail delivery in Neos (neos/swiftmailer) to asynchronously send mails via a queue. The idea is to make it work as a plug-and-play replacement for every mail generated in the system.

Disclaimer

This Package is just a proof of concept and needs a patch for neos/swiftmailer to work (contained in this package and applied automatically by cweagans/composer-patches). The patch is neccessary because the Message object of neos/swiftmailer cannot be serialized. The patch changes the implementation from inheritance to a decorator pattern.

Setup Choose a queue backend

This Packages uses flowpack/jobqueue-common (https://github.…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 14 package(s).