Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No email notification for Space disabled and Space deleted event #11065

Open
prashant-gurung899 opened this issue Feb 26, 2025 · 1 comment
Open
Labels

Comments

@prashant-gurung899
Copy link
Contributor

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".

spaceDisableDelete.webm

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

@2403905
Copy link
Contributor

2403905 commented Feb 26, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants