-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Owncloud 9.0.0 doesn't send notification emails #23205
Comments
I confirm, email is not sent. The error logs. |
@LukasReschke weird session issue with cron ?! |
CC @nickvergessen for the activity part |
The session is closed at this point since it may come over CLI => 💣 Fixes owncloud/core#23205
A proposed fix for this can be found at owncloud/activity#486, @matteociaschini @StrannikST could you test this as well? Thanks a lot! 🚀 |
The session is closed at this point since it may come over CLI => 💣 Fixes owncloud/core#23205
I am not sure, but I think I am having same issue. when I try to share a file I get this error: Failed to send share by mail. the mail wont send. when I check log, I see this: no app in contex - Failed to send share by email: Address in mailbox given [myemail@] does not comply with RFC 2822, 3.6.2. |
does the domain name contain any special characters ? as far as I remember it is possible that the Swiftmailer library validation doesn't properly recognize domain names with international characters, see #13586 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Owncloud 9 doesn't send notification emails
Expected behaviour
Cron script should periodically send notification emails
Actual behaviour
Notification emails are not sent and error on owncloud log is printed by EmailNotification app (see below owncloud error log).
Email configuration is correct (test email from admin page is working)
Problem start after updateing to owncloud 9.0.0
Server configuration
Operating system:
Ubuntu 14.04.4 LTS
Web server:
Apache/2.4.18
Database:
Mysql 5.7.11
PHP version:
5.6.19
ownCloud version: (see ownCloud admin page)
OwnCloud 9.0.0 (stable)
Updated from an older ownCloud or fresh install:
Update from 8.2.3
Where did you install ownCloud from:
https://download.owncloud.org/community/owncloud-9.0.0.zip
Signing status (ownCloud 9.0 and above):
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP
LDAP configuration (delete this part if not used)
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: