Added email notification upon iMIP message processing failure#12432
Added email notification upon iMIP message processing failure#12432Juniar-Rakhman wants to merge 2 commits intonextcloud:mainfrom
Conversation
|
That was my initial thoughts too. But not all of our users use nextcloud web. |
|
Thank you for the pull request @Juniar-Rakhman! Informing the user makes sense. I would just request that this should happen as a Nextcloud notification with user settings. Default should be to receive a notification and no email. https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/notifications.html |
|
@ChristophWurst Thank you for the feedback. I’ll switch this to a Nextcloud notification with user settings, defaulting to in-app notifications (no email). I will update the PR accordingly. |


This is a follow up changes to a patch done for:
#10811
The patch to address above issue fixes the processing flow of iMip message processing. When a failure occurs, the batch job logs the error and continues processing the next iMIP message instead of failing the entire job.
Issue:
Although the patch resolves the processing problem, failures occur silently from the user’s perspective. The user is not informed when an iMIP message fails to process and therefore cannot take corrective action.
Solution:
Created an email notification upon iMIP messaging failure that will be sent to message owner (account's email).
Added the following changes: