[Feature] Add configurable email notification delay #16355
jstebenne
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Currently, email notifications for album updates are sent every 5 minutes. When a picture is added before the time is completed, it is reset and the time starts again (this is my understanding from looking at the PR that added the delay).
It would be really useful to have the ability to configure this delay, either by specifying the number of minutes or by providing a CRON schedule either through an environment variable or the administration page.
Here's where the current 5 minute delay is configured: https://github.com/immich-app/immich/blob/c778516ce2064e41160a5d5b92a3e0200dc651c8/server/src/services/notification.service.ts#L18C22-L18C23
Platform
All reactions