ChurchCRM / CRM

ChurchCRM is an OpenSource Church CRM & Management Software.
https://ChurchCRM.io
MIT License
636 stars 445 forks source link

Group Email by Roll and Relationship #820

Closed crossan007 closed 8 years ago

crossan007 commented 8 years ago

Create method to email all members with a specific role in a group

crossan007 commented 8 years ago

Also, for sunday groups, generate parent email lists

DawoudIO commented 8 years ago

that is all part of the csv export, it will include all that data

crossan007 commented 8 years ago

This is kind of a multi-faceted request.

I'd like to

1) Add a dropdown list next to the "Email Group" button in GroupView, so that the end user can quickly email all members of the group with the selected role: image

Use AdminLTE split button to accomplish this: image

2) I'd like to update the MailChimp service so that it creates separate mailing lists for each role in each group (based on whether or not that group is configured to export to MC).

I don't want to require end users to export a csv to send an email

DawoudIO commented 8 years ago

2) you don't want to do if you store the same email in mutli lists it will count as 2 users in the system and effect billing... check out mailchimp segments features... that is how we do it...

crossan007 commented 8 years ago

So a logical structure may look like this:

DawoudIO commented 8 years ago

yep try the csv export and checkout the extra columns for the groups

crossan007 commented 8 years ago

This is tracked in separate issues #851 and #852