Emperor42 / Condo-Management-System

1 stars 0 forks source link

service - - internal email system (all emails are stored in CONS) #44

Closed DGovi closed 3 years ago

Emperor42 commented 3 years ago

Covered by messages in general/private messages?

khadijaSubtain commented 3 years ago

Private messages and internal emails are two separate functionalities. and to be clear that private message is to send to a group(s) and email can be send to one person.

Emperor42 commented 3 years ago

Private messages and internal emails are two separate functionalities. and to be clear that private message is to send to a group(s) and email can be send to one person.

Understood we can still use messages table (no backend for custom emails currently can be added) as It should have everything except CC/BCC (that can be implemented using a custom/ad hoc group) just make sure that the following subject lines are not allowed: "POST" "COMMENT" "PM" "EVENT" basically anything following Event without a space "VOTE" same as above ... We may need others based on implementation ie notices and whatnot