forked from SyleKu/ProStudCreator
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Currently, the email addresses for notifications are hardcoded in the system. It would be beneficial if these email addresses could be managed through the platform instead of being fixed in the code.
Enhancement Details:
- Current State:
- The system sends notifications to specific email addresses hardcoded in the codebase.
- If updating these email addresses is necessary, a code change is required.
- Proposed Change:
- Introduce a feature that allows users to configure and manage email addresses for notifications through the platform interface.
- This will eliminate the need for code changes when updating email addresses.
- Considerations:
- A simple text field can suffice for the email address input if it is a single contact.
- For multiple contacts, a more complex solution is needed where multiple email addresses can be added, edited, or removed.