- Issue created by @elaman
For projects that use Symfony mailer, Domino wouldn't work as it doesn't call hook_mail. See https://www.drupal.org/docs/contributed-modules/drupal-symfony-mailer/ge... →
- Install Symfony mailer and Domino.
- Try triggering email (create a user account).
- The email won't be intercepted by Domino.
Add hooks that Symfony mailer uses, to ensure it is supported.
- Add the hooks to support Symfony mailer.
- Ensure it is backward compatible.
No UI changes.
No API changes.
No data model changes.
Needs work
3.0
Code