- Issue created by @guymandude
- 🇩🇪Germany jurgenhaas Gottmadingen
Currently, the only email action is available from Drupal core. There is some work/discussion over at the Symfonie Mailer project on how to provide an action such that e.g. ECA could use that, but that's not available yet. But there is some great work going on in the easy_email → project, which provides a usable action after you've created an email template for that module.
However, the simple email action from Drupal core should do as a start. From your logs, it looks as if the model is updating the entity as well? If so, this may run into a loop, as your event is about entity updates. So, when that model also updates the entity, then it triggers that same event again. To resolve that, you may be able to change the event to "Presave entity" maybe.
If that doesn't help, please upload your exported model for further review.
- 🇺🇸United States guymandude
I gave the Presave method a shot but it did not make any difference.
I installed Easy mail and created a simple template but that didn't fix problem either!
I have attached 2 different models. Both models have actions to send mail using both core and Easy Mail:
core-presave_email.tar.gz - This model uses Presave function.
core-eca_reminder.tar.gz - This model uses Content Update function.
- 🇩🇪Germany jurgenhaas Gottmadingen
I've looked at the model and none of the object there has any sucessor. You can see that when looking in the column
Successor
, that's alwaysNo successor
. You need to put your objects in a chain so that the model tells what should happen in which order. - Status changed to Postponed: needs info
over 1 year ago 1:50pm 3 August 2023 - Status changed to Closed: outdated
8 months ago 1:55pm 2 April 2024