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

JonDubya’s picture

Status: Active » Fixed

Found 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.

oadaeh’s picture

Assigned: Unassigned » oadaeh
Status: Fixed » Active

I'll add this a little later on as an option that can be selectable at the time of sending.

oadaeh’s picture

Status: Active » Closed (duplicate)