If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"trashbin_retention_obligation": "auto, 2",
"overwrite.cli.url": "https:\/\/cloud.example.com\/",
"dbtype": "mysql",
"version": "30.0.2.2",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
"mail_smtpmode": "sendmail",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"enable_previews": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"maintenance": false,
"theme": "",
"loglevel": 0,
"log_type": "file",
"logfile": "\/var\/log\/nextcloud\/nextcloud.log",
"logdateformat": "F d, Y H:i:s",
"updater.release.channel": "stable",
"default_language": "de_DE",
"default_locale": "de",
"knowledgebaseenabled": false,
"skeletondirectory": "",
"appstoreenabled": true,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"encryption.legacy_format_support": false,
"encryption.key_storage_migrated": false,
"activity_use_cached_mountpoints": false,
"default_phone_region": "AT",
"maintenance_window_start": 1,
"mail_sendmailmode": "smtp",
"app_install_overwrite": [
"files_downloadactivity"
],
"filelocking.enabled": false
}
}
How to use GitHub
Steps to reproduce
Expected behaviour
When a file is uploaded, created or deleted a mail should be sent to notify users. The problem seems to exist since I updated to Nextcloud 30.
I have marked all checkboxes for mail in the Notification settings for the user and set send mail as soon as possible, but no notification mails are sent. Email settings are correct, as send_testmail is working fine as well as mails are sent to new created users. When a user is added to a new group, the notification mail is also working. It seems the problem is only related to document activities.
Actual behaviour
Mail for document activities are not sent
Server configuration
Web server: Apache 2.4.62 on Debian
Database: MariaDB 10.11.6
PHP version: 8.2
Nextcloud version: 30.0.1 and 30.0.2
List of activated apps
Nextcloud configuration
Browser
Browser name: Firefox
Browser version: 128.2.0esr
Operating system: Mac
Browser log