- Issue created by @adamps
- 🇬🇧United Kingdom adamps
Here are some facts about how this module works that we aren't able to change:
- If your module sends emails with
hook_mail()
, this creates an email builder with type "contact_form". - If the contact module is enabled and overridden, this creates an email builder with type "contact_form".
- It's not supported to have two email builders with the same type.
However in your case, the contact module is disabled, so it should work. The reason it doesn't is that
DefaultPluginManager::findDefinitions()
first calls the alter hooks (includingsymfony_mailer_mailer_builder_info_alter()
) and then second filters out cases where the provider doesn't exist. - If your module sends emails with
- Status changed to Needs review
over 1 year ago 1:59pm 6 August 2023 - last update
over 1 year ago 6 pass - Status changed to Fixed
about 1 year ago 3:56pm 21 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.