GSBCfamily / bvcms

The open source church management system
http://touchpointsoftware.com
GNU General Public License v2.0
1 stars 1 forks source link

Cc box on email #41

Closed nehresma closed 8 years ago

nehresma commented 8 years ago

Refactored PR #39 to not use PeopleID. I should have done it this way to begin with.

The main side effect this has is that CC emails do not go through the EmailReplacements.DoReplacements process since it is dependent upon EmailQueueTo which in turn is dependent upon PeopleID. So CC-ed recipients do not have email body replacements of things like vote links, rsvp links, etc.

If we add support for CC's to be bvcms People, we would be able to do replacements on those emails though.

nehresma commented 8 years ago

Daggone it I left in my mail server credentials. Guess I'm changing those today. Heh. Feel free to close this one. I'll create a new PR without those creds.

nehresma commented 8 years ago

Re-opening since the damage is already done -- no sense in creating a new PR. I've added commits to revert the accidental changes to Web.config