Closed (fixed)
Project:
Rules
Version:
6.x-1.0-beta3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2008 at 22:04 UTC
Updated:
17 Oct 2008 at 22:25 UTC
I need to send an email to a list of addresses that are generated by a php code (the rule is when someone creates a child node all it's sibling author's get an email)
I can't do it with execute php code action because i can't send mail with a php snippet
And I can't do it with sending mail to arbitrary address action.
Is it possible to do this somehow?
Maybe i can generate the email list in a php snippet and use php to print it on the recipient field in arbitrary address action?
Or is this a feature request?
Thanks
Comments
Comment #1
yaron24 commentedI've done this with execute php code
and it works.
closing this issue, but other suggestions are welcomed