formatd/mailer-queueadaptor
composer require formatd/mailer-queueadaptor
Mail Queue for Neos.SwiftMailer
dev-main
Readme excerpt
FormatD.Mailer.QueueAdaptorThis 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.
DisclaimerThis 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 backendThis Packages uses flowpack/jobqueue-common (https://github.…
Read more
The same vendor provides 14 package(s).