Skip to content
New issue

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

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

Already on GitHub? # to your account

[Bug]: calendar invitation email didn't send out on newly created event #34465

Closed
6 of 9 tasks
lkthomas opened this issue Oct 7, 2022 · 3 comments
Closed
6 of 9 tasks
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: caldav Related to CalDAV internals

Comments

@lkthomas
Copy link

lkthomas commented Oct 7, 2022

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

No invitation email being send out when new calendar event added with others by email

Steps to reproduce

  1. Create new calendar event
  2. adding external part such as abcnospam123@gmail.com
  3. check email relay server, nothing!

Expected behavior

email should be send out within 5 minutes after event created

Installation method

Community Docker image

Operating system

RHEL/CentOS

PHP engine version

PHP 8.0

Web server

Nginx

Database engine version

No response

Is this bug present after an update or on a fresh install?

Fresh Nextcloud Server install

Are you using the Nextcloud Server Encryption module?

Encryption is Enabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            ""***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "24.0.5.1",
        "overwrite.cli.url": "http:\/\/"***REMOVED SENSITIVE VALUE***:8080",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "mail_smtpdebug": true,
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_smtpauthtype": "PLAIN",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "logfile": "\/var\/www\/html\/data\/debug.log",
        "loglevel": "0"
    }
}

List of activated Apps

Enabled:
  - accessibility: 1.10.0
  - activity: 2.16.0
  - breezedark: 24.0.2
  - bruteforcesettings: 2.4.0
  - calendar: 3.5.0
  - circles: 24.0.1
  - cloud_federation_api: 1.7.0
  - comments: 1.14.0
  - contacts: 4.2.0
  - contactsinteraction: 1.5.0
  - dashboard: 7.4.0
  - dav: 1.22.0
  - encryption: 2.12.0
  - federatedfilesharing: 1.14.0
  - federation: 1.14.0
  - files: 1.19.0
  - files_pdfviewer: 2.5.0
  - files_rightclick: 1.3.0
  - files_sharing: 1.16.2
  - files_trashbin: 1.14.0
  - firstrunwizard: 2.13.0
  - integration_google: 1.0.8
  - logreader: 2.9.0
  - lookup_server_connector: 1.12.0
  - maps: 0.2.1
  - metadata: 0.16.0
  - nextcloud_announcements: 1.13.0
  - notifications: 2.12.1
  - oauth2: 1.12.0
  - password_policy: 1.14.0
  - photos: 1.6.0
  - privacy: 1.8.0
  - provisioning_api: 1.14.0
  - recommendations: 1.3.0
  - serverinfo: 1.14.0
  - settings: 1.6.0
  - sharebymail: 1.14.0
  - support: 1.7.0
  - systemtags: 1.14.0
  - tasks: 0.14.4
  - text: 3.5.1
  - theming: 1.15.0
  - twofactor_backupcodes: 1.13.0
  - viewer: 1.8.0
  - workflowengine: 2.6.0
Disabled:
  - admin_audit
  - end_to_end_encryption: 1.10.0
  - files_external
  - files_versions: 1.17.0
  - files_videoplayer: 1.13.0
  - survey_client: 1.12.0
  - updatenotification: 1.14.0
  - user_ldap
  - user_status: 1.4.0
  - weather_status: 1.4.0
Console has to be executed with the user that owns the file config/config.php
Current user id: 0
Owner id of config.php: 33
Try adding 'sudo -u #33' to the beginning of the command (without the single quotes)
If running with 'docker exec' try adding the option '-u 33' to the docker command (without the single quotes)
Console has to be executed with the user that owns the file config/config.php
Current user id: 0
Owner id of config.php: 33
Try adding 'sudo -u #33' to the beginning of the command (without the single quotes)
If running with 'docker exec' try adding the option '-u 33' to the docker command (without the single quotes)

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

{"reqId":"jDBjgOduqTNeAtOuivhX","level":0,"time":"2022-10-06T12:31:19+00:00","remoteAddr":"<IP>","user":"--","app":"encryption","method":"PROPFIND","url":"/remote.php/dav/principals/users/user1/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"JlpnsYkev7GG1B3Tnv9Q","level":0,"time":"2022-10-06T12:31:20+00:00","remoteAddr":"<IP>","user":"user1","app":"encryption","method":"PROPFIND","url":"/remote.php/dav/principals/groups/admin/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"Wjx0l9kRZQyDy1nC9b8R","level":0,"time":"2022-10-06T12:31:20+00:00","remoteAddr":"<IP>","user":"user1","app":"encryption","method":"PROPFIND","url":"/remote.php/dav/calendars/user1/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"ejaOGAIxs8zVavhH6EwL","level":0,"time":"2022-10-06T12:31:27+00:00","remoteAddr":"<IP>","user":"--","app":"encryption","method":"PROPFIND","url":"/remote.php/dav/calendars/user1/personal/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"sOKAsJ4jIIxYYxjMGhNe","level":0,"time":"2022-10-06T12:31:28+00:00","remoteAddr":"<IP>","user":"user1","app":"encryption","method":"PUT","url":"/remote.php/dav/calendars/user1/personal/881271e7-82fd-45c5-ba63-badd44ef46ca.ics","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"sOKAsJ4jIIxYYxjMGhNe","level":0,"time":"2022-10-06T12:31:28+00:00","remoteAddr":"<IP>","user":"user1","app":"dav","method":"PUT","url":"/remote.php/dav/calendars/user1/personal/881271e7-82fd-45c5-ba63-badd44ef46ca.ics","message":"Activity generated for new calendar object in calendar 2","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"dav"}}
{"reqId":"sOKAsJ4jIIxYYxjMGhNe","level":0,"time":"2022-10-06T12:31:28+00:00","remoteAddr":"<IP>","user":"user1","app":"dav","method":"PUT","url":"/remote.php/dav/calendars/user1/personal/881271e7-82fd-45c5-ba63-badd44ef46ca.ics","message":"Reminders of calendar object of calendar 2 created","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"dav"}}
{"reqId":"GMfmmF8oERH0b2dnqXMj","level":0,"time":"2022-10-06T12:31:28+00:00","remoteAddr":"<IP>","user":"user1","app":"encryption","method":"PROPFIND","url":"/remote.php/dav/calendars/user1/personal/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"doDmfkpxnBD2BK0CRYkN","level":0,"time":"2022-10-06T12:31:28+00:00","remoteAddr":"<IP>","user":"user1","app":"encryption","method":"REPORT","url":"/remote.php/dav/calendars/user1/personal/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"mtknQE1knYI30xAO4oSh","level":0,"time":"2022-10-06T12:31:29+00:00","remoteAddr":"<IP>","user":"user1","app":"encryption","method":"PROPFIND","url":"/remote.php/dav/calendars/user1/Thomas%20Graham%20(Google%20Calendar%20import)/","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"DAVx5/4.2.3.4-ose (2022/09/23; dav4jvm; okhttp/4.10.0) Android/10","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"encryption","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"24.0.5.1","data":{"app":"encryption"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"metadata","method":"","url":"--","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"--","version":"24.0.5.1","data":{"app":"metadata"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 3","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 4","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Circles\\Cron\\Maintenance job with ID 4","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"","method":"","url":"--","message":"[debug] running maintenance (2)","userAgent":"--","version":"24.0.5.1","data":{"app":""}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"","method":"","url":"--","message":"[debug] running maintenance (1)","userAgent":"--","version":"24.0.5.1","data":{"app":""}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Circles\\Cron\\Maintenance job with ID 4 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 5","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 6","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 7","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 8","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 9","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\DAV\\BackgroundJob\\EventReminderJob job with ID 9","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\DAV\\BackgroundJob\\EventReminderJob job with ID 9 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 10","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 11","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 12","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 1","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 1","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 1 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 2","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 13","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 14","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 15","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens job with ID 15","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens job with ID 15 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 16","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 17","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 18","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:00+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 19","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 21","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 23","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Notifications\\BackgroundJob\\SendNotificationMails job with ID 23","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Notifications\\BackgroundJob\\SendNotificationMails job with ID 23 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 24","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 25","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Support\\BackgroundJobs\\CheckSubscription job with ID 25","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Support\\BackgroundJobs\\CheckSubscription job with ID 25 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 26","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Text\\Cron\\Cleanup job with ID 26","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"text","method":"","url":"--","message":"Run cleanup job for text sessions","userAgent":"--","version":"24.0.5.1","data":{"app":"text"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"text","method":"","url":"--","message":"Removed 0 inactive sessions","userAgent":"--","version":"24.0.5.1","data":{"app":"text"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Text\\Cron\\Cleanup job with ID 26 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 29","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 30","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 31","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OC\\Log\\Rotate job with ID 31","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OC\\Log\\Rotate job with ID 31 in 0 seconds","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 32","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 41","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 42","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22043","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22044","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22045","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22046","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22047","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22048","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22049","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22050","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}
{"reqId":"AanYUo2lkzMouZULVA2k","level":0,"time":"2022-10-06T12:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 22051","userAgent":"--","version":"24.0.5.1","data":{"app":"cron"}}

Additional info

No response

@lkthomas lkthomas added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Oct 7, 2022
@lkthomas lkthomas changed the title [Bug]: [Bug]: calendar invitation email didn't send out on newly created event Oct 7, 2022
@lkthomas
Copy link
Author

lkthomas commented Oct 7, 2022

Sorry forget to add title on the issue

@lkthomas
Copy link
Author

I found the solution, on DAVx4, the account name need to be the same as the email address that is used on Nextcloud, any mismatch would cause email not going to send out, is this a bug?

@szaimen
Copy link
Contributor

szaimen commented Jan 23, 2023

I found the solution, on DAVx4, the account name need to be the same as the email address that is used on Nextcloud, any mismatch would cause email not going to send out, is this a bug?

I dont think it is a bug, rather a not-implemented feature

@szaimen szaimen closed this as completed Jan 23, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: caldav Related to CalDAV internals
Projects
None yet
Development

No branches or pull requests

3 participants