ocis icon indicating copy to clipboard operation
ocis copied to clipboard

No email notification for `Space disabled` and `Space deleted` event

Open prashant-gurung899 opened this issue 10 months ago • 1 comments

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.

Image

Steps to reproduce

  1. Run the server with email service mailpit.
  2. As user demo who is a space admin, create a space toShare and share it to user alex.
  3. As user demo, disable the space toShare
  4. As user demo, delete the space toShare
  5. Check emails for alex in 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

prashant-gurung899 avatar Feb 26 '25 08:02 prashant-gurung899

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.

2403905 avatar Feb 26 '25 09:02 2403905