-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
I reported this already to nextcloud/server#20286 before I realized now that it seems to be cause by this app. Please refer to that issue for details.
Trying to find the cause, I could find out that the events are not deleted from the events queue in "activity_mq" table.
Also, "amq_last_send" is not updated, it's always the same as "amq_timestamp".
Finally I cloud solve this after adding some debug statements to MailQueueHandler.php .
With these statements I got aware that there are timeouts happening when mail were put to SMTP. The timeouts also caused that send notification were not deleted from the queue table.
I suggest to merge the debug log statements in the code so that the debug level show actual helpful output.
Karlish-git, limatus, quentinDupont and SimJoSt