Closed (duplicate)
Project:
Mass Contact
Version:
5.x-2.4-beta
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Nov 2007 at 05:05 UTC
Updated:
23 Feb 2008 at 02:28 UTC
I just setup Mass Contact and sent an email to a group which my account was 1 of 2 users (for testing). It said it sent the message to the other address but not to my own. Is there a way to include the sender into the recipient list when the sender is a member of the group you're sending to? That would help a lot!
Thanks,
Jon W
Comments
Comment #1
JonDubya commentedFound how to do this...
Commented out the if statement under the "Create the recipient list" section:
//if ($rname != $user->name && !$uidooa[$ruid]) {
$recipientouta[$rname] = $rmail;
//}
as well as from the "Get from users_roles, then role -> user" section:
//if ($rname != $user->name && !$uidooa[$ruid]) {
$recipientouta[$rname] = $rmail;
//}
Now it also sends an email to the sender's email address. Closing.
Comment #2
oadaeh commentedI'll add this a little later on as an option that can be selectable at the time of sending.
Comment #3
oadaeh commentedhttp://drupal.org/node/170928