jw35 / practice-night-support

A web app for managing support for bellringing practice nights
MIT License
2 stars 0 forks source link

Suspended users shouldn't receive owner reminders (but do) #106

Closed jw35 closed 1 year ago

jw35 commented 1 year ago

Owner reminders are sent using event.contact, so send_templated_email only ever sees an email address and so doesn't filter out messages to suspended users.

All other messages (e.g. volunteer/unvolunteer) are sent to the owner, not the contact so these probably should be too which would fix the problem. Currently all other uses of event.contact are for display.