cciw-uk / cciw.co.uk

CCiW website, including online booking system and leaders tools
Other
6 stars 1 forks source link

Rewrite secrets.json EMAIL_RECIPIENTS using the new Role mechanism #1

Open spookylukey opened 3 years ago

spookylukey commented 3 years ago

This will help us to keep all email addresses in the User model, where they can be updated more easily.

Possibly we can have some kind of 'CCIW Role' table or flag that could be linked to User model. Also see CPO phone number etc.

Special cased webmasters@cciw.co.uk list could be removed in favour of EmailForward

spookylukey commented 3 years ago

marked this issue as related to #2

spookylukey commented 3 years ago

If anything, this should be done using the new Role mechanism. However, there is a case for leaving it as is, since the current way doesn't depend on our incoming email handling working, just outgoing email, so it is more robust.