Active
Project:
Mailer Plus (DSM+)
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2026 at 12:54 UTC
Updated:
31 Mar 2026 at 16:10 UTC
Jump to comment: Most recent
Having the Mailsystem module active will prevent the Mailer Override module to override the mail plugin system and it will not be able to send legacy mails. It is simply because the Mailsystem override is executed after the Mailer Override. We need either to change the order or declare a conflict between both modules.
Comments
Comment #2
adamps commentedI guess that it worked previously because the code was in symfony_mailer module, and the default ordering is alphabetic so our code was executed after. It's useful to allow both modules to work together for anyone moving from mailsystem to this module, so I suggest we change the order.