Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

hchonov created an issue.

adamps’s picture

I 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.