No email notification for `Space disabled` and `Space deleted` event
Describe the bug
Currently, email notification for Space disabled and Space deleted events is not implemented. So, there's no email notification when a shared space is disabled and deleted. And we currently don't know if it will be implemented or not in the near future.
Steps to reproduce
- Run the server with email service mailpit.
- As user
demowho is a space admin, create a spacetoShareand share it to useralex. - As user
demo, disable the spacetoShare - As user
demo, delete the spacetoShare - Check emails for
alexin mailpit.
Expected behavior
Expected to get email notifications related to Space disabled and Space deleted ❓
Actual behavior
Only one email related to space shared is available.
demo has invited you to join "toShare".
https://github.com/user-attachments/assets/fe03aec8-aac8-40ef-b3c0-3f49fa69855b
Setup
OCIS_LOG_LEVEL=debug OCIS_ADD_RUN_SERVICES=notifications \
NOTIFICATIONS_SMTP_HOST=localhost \
NOTIFICATIONS_SMTP_PORT=1025 \
FRONTEND_CONFIGURABLE_NOTIFICATIONS=true \
NOTIFICATIONS_SMTP_INSECURE=true \
NOTIFICATIONS_SMTP_SENDER="owncloud <[email protected]>" \
PROXY_ENABLE_BASIC_AUTH=true \
IDM_CREATE_DEMO_USERS=true OCIS_INSECURE=true \
FRONTEND_CONFIGURABLE_NOTIFICATIONS=true ./ocis/bin/ocis server
Infinite Scale 7.1.0-rc.5+c954c9064c Community
ownCloud Web UI 11.3.0
There are 3 events related to the Space available via email SpaceShared, SpaceUnshared, and SpaceMembershipExpired.
There are no plans for implementation of the email notification for Space disabled and Space deleted.