hiyaryan / the-cdj

The Cognitive Distortion Journal (CDJ) is a smart journaling tool that helps remedy distorted thinking. It can feel impossible to follow the CBT technique of labeling distorted thinking and finding alternative modes of thought (i.e. reframing) while cognitive distortions are occurring. The CDJ does that work for you. -- The CDJ is in beta testing!!
https://thecdj.app
2 stars 0 forks source link

Split MANAGED_INBOX to SYSTEM_INBOX and SUPPORT_INBOX. #123

Closed hiyaryan closed 5 months ago

hiyaryan commented 5 months ago

This PR helps maintain emails on the SMTP server. SYSTEM_INBOX is the inbox that is used to send system messages, usually automated. This inbox will be the inbox sending emails to users. SUPPORT_INBOX is the inbox that is managed by the support team. This inbox will be the inbox receiving emails from users.

hiyaryan commented 5 months ago

Final commit adds the ADMIN_INBOX to handle edge cases or scenarios requiring admin oversight.