I would like to have a functionality wherein a user can select a list of users (by checking the checkbox against their names in a view) and then e-mail these selected users. An obvious place to have this would be the users page viewed by admin where we can add the send e-mail to the list of actions already present (like delete etc). Has anybody already done this?

Comments

arethusa’s picture

I am thinking this must be a basic functionality and should exist already. Somebody please help.

summit’s picture

Hi, May be you can build this using yourself and then share using cck and views2?
Greetings, Martijn

summit’s picture

Hi, May be you can build this using yourself and then share using cck and views2?
Greetings, Martijn

roball’s picture

Try the Advanced User module!

-- Robert

ishmael-sanchez’s picture

Have you check out the Mailchimp module, http://drupal.org/project/mailchimp or Simplenews, http://drupal.org/project/simplenews?

tnanek’s picture

Might want to try views bulk operations paired with actions - I also recently saw that the admin_menu 6.x-3.0-alpha3 version of Admin Menu has view equivalent of each of the system provided screens such as the user page, which would make it easier to modify.

I haven't used Drupal 5 in the longest time, so I don't know how applicable this is for this case, but I believe it would work in Drupal 6 anyway.

arethusa’s picture

Thanks, let me try that!