You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2022. It is now read-only.
I see that there has been a huge change in this bundle for 2.3.3. SncRedisBundle spooling registered a service named "swiftmailer.spool.redis" which was then used by this bundle. But from 2.3.3 (specifically this commit cf5de43) the service has to be named "swiftmailer.mailer.redis.spool.{something}".
Why this BC break? BC compatibility was supposed to be one of the main goals of 2.3. Switching back to 2.3.2 for the time being.