- Issue created by @rszrama
- 🇺🇸United States rszrama
Well, never mind. Apparently some intermediate version of the Symfony Mailer module switched the way email builders work, breaking the
CommerceEmailBuilder
plugin it ships with for the order receipt email in Commerce. The plugin needs to be patched to switch from extendingEmailProcesserBase
toEmailBuilderBase
, and that was not a trivial copy / paste job out of another BC layer plugin. Ultimately, this is going to need further research and a patch to Symfony Mailer that we then need to get committed to Symfony Mailer before updating our version requirement to run on the latest version. - 🇺🇸United States rszrama
I've created an issue in its queue: 💬 Questions about releases and compatibility Fixed
- Status changed to Fixed
over 1 year ago 3:32am 1 June 2023 - 🇺🇸United States rszrama
jsacksick updated this and tested it today, and I've tested just now: Symfony Mailer 1.2.1 works out of the box!
Remember when testing on ddev that after installing Commerce Kickstart, you'll want to import the config split:
ddev drush config-split:import ddev
And on the home page after installation, you'll see a link to import Symfony Mailer settings ... click that and import all.
Off to the races! 🐎
Automatically closed - issue fixed for 2 weeks with no activity.