- Merge request !96Issue #3190114: Allow sending email to multiple recipients → (Open) created by Liam Morland
- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
I have created a merge request with the patch in #4.
I'm trying to set up a rule that sends an email to one or more recipients. I have a content type that contains a field with one or more User entity references, and when a node is saved or updated, I'd like everyone in the field to be notified.
Currently using the token {{node.field_participants.entity.mail.value}} in the To: field only sends a mail to the first one on the list. I cannot for the life of me get loops or VBO working. Any idea how I might do this (fairly simple) thing?
Thanks.
3.0
Rules Core
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I have created a merge request with the patch in #4.