Posted by ericras on July 8, 2011 at 8:20pm
4 followers
Jump to:
| Project: | Action email role |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I needed this module for a D7 site so I upgraded it and made a couple modifications along the way.
- I've condensed the four types of actions (node, user, taxonomy, cron) into a single system action. (Mentioned as @todo: refactor with the other similar functions)
- I added ability to choose what the FROM address is as discussed here: http://drupal.org/node/218914
- I added %sender and %recipient replacement vars (in case Token isn't available) http://drupal.org/node/309178
| Attachment | Size |
|---|---|
| action_email_role_d7.zip | 21.47 KB |
Comments
#1
Thanks, This is just what I needed too. Testing now.
Question though -- I'm struggling to figure out the best method for triggering this action. What I need to do is trigger this manually and only a few times (as if clicking a 'send eblast now' button)
Every trigger I come across seems to be tailored toward automatic/reoccurring triggers.
#2
This Drupal 7 port worked great for me. I'd vote for this getting an official release.