Defect #7780
openwiki updates do not send email notification
0%
Description
I have no clue why it is not working.
email notification for regular tickets is working fine.
In administration > settings > email notifications both "Wiki page added" and "Wiki page updated" are checked.
I am watching a wiki page, but when the wiki page is updated, no notification is sent out.
We are running Redmine 1.1.1, but the problem existed already before.
in the logfile there is a statement that it is sending an email, but the recepient list is empty. (I replaced some text with xxxx)
Processing WikiController#update (for 10.10.174.40 at 2011-03-04 16:34:37) [PUT] Parameters: {"commit"=>"Save", "project_id"=>"all", "action"=>"update", "_method"=>"put", "authenticity_token"=>"xxxxx", "id"=>"Wiki_test", "content"=>{"comments"=>"", "text"=>"h1. Wiki test tttt", "version"=>"5"}, "controller"=>"wiki", "attachments"=>{"1"=>{"description"=>""}}} Sending email notification to: Redirected to https://xxxx/redmine/projects/all/wiki/Wiki_test Completed in 94ms (DB: 47) | 302 Found [https://xxxx/projects/all/wiki/Wiki_test]
Files
Updated by Etienne Massip over 13 years ago
- Affected version (unused) set to 1.1.1
- Affected version set to 1.1.1
Updated by Bart Stuyckens over 13 years ago
fyi: we run redmine as a sub-URI. Can this be the cause ?
Updated by Etienne Massip over 13 years ago
No.
What do you find in log if you don't check the "Use bcc" option (in administration / e-mail notification) ?
Updated by Bart Stuyckens over 13 years ago
- File emailsettings.JPG emailsettings.JPG added
this setting is not checked. see screenshot attached.
Updated by Radik Usupov over 13 years ago
We have exactly the same problem.
When you create a task, assignee doesn't receive the notification. But when he is added to the "watchers", he can receive notifications.
When this problem will be solved?
This is very critical for out company :(
Updated by Etienne Massip over 13 years ago
Radik Usupov wrote:
We have exactly the same problem.
When you create a task, ...
This is not the same problem ; you are talking about issue notification, which is a bit different from wiki notification.
Your issue can be related to a missed db migration, have a look to #7451.
Updated by Radik Usupov over 13 years ago
Etienne Massip wrote:
Your issue can be related to a missed db migration, have a look to #7451.
A lot of thanks!