List user-groups and send email

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 05:27 AM
Hi, this is my scenario.
1) I upload a new document
2) I run an action that:
2.1) asks me which user-groups to inform and in which mode (To, CC, CCn, Nothing)
2.2) sends a custom email to all users inside selected groups
Honestly I don't know which way to go so any ideas, help and tips are really appreciated! :wink:
Thanks,
Marco
1) I upload a new document
2) I run an action that:
2.1) asks me which user-groups to inform and in which mode (To, CC, CCn, Nothing)
2.2) sends a custom email to all users inside selected groups
Honestly I don't know which way to go so any ideas, help and tips are really appreciated! :wink:
Thanks,
Marco
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 03:36 PM
Write a custom action that brings up a dialog
You can write the dialog to capture the information you need
Then in the executeImpl() method you can execute the behavior you need
You can write the dialog to capture the information you need
Then in the executeImpl() method you can execute the behavior you need
