When you enable both Symfony Mailer and Symfony Mailer BC module via the Admin UI, the site crashes, noting that "The service "plugin.manager.mail" has a dependency on a non-existent service "email_factory"."
Declare a dependency from the BC module to the parent, so that the installation works in the correct order.
Issue fork symfony_mailer-3250996
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
drcolossos commentedComment #6
adamps commentedThanks