Closed (fixed)
Project:
Mailer Plus (DSM+)
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2022 at 14:50 UTC
Updated:
15 Aug 2025 at 18:08 UTC
Jump to comment: Most recent
Comments
Comment #2
adamps commentedComment #3
adamps commentedComment #5
adamps commentedComment #8
drupgirl commentedGreat feature. I need some help getting it to work.
Core 10.5
DSM+ 2.x-dev
When I enable symfony_mailer, mailer_policy & mailer_override and go to mailer policy page this warning appears:
Warning: Undefined array key "required_config" in Drupal\mailer_policy\Form\PolicyEditForm->form() (line 40 of modules/contrib/symfony_mailer/modules/mailer_policy/src/Form/PolicyEditForm.php).
Drupal\mailer_policy\Form\PolicyEditForm->form() (Line: 107)
If I delete the *All* default policy and try to add one then this error appears:
TypeError: array_diff(): Argument #1 ($array) must be of type array, null given in array_diff() (line 40 of modules/contrib/symfony_mailer/modules/mailer_policy/src/Form/PolicyEditForm.php).
Drupal\mailer_policy\Form\PolicyEditForm->form(Array, Object) (Line: 107)
Drupal\Core\Entity\EntityForm->buildForm(Array, Object)