Defect #8723
closedEmails not getting send to all
0%
Description
I created one issue in my project and assinged that issue to my colleague but the email notification mail gets send to only me and not to the collegue to whom the issue is assigned.
The defaul setting for Email notification is "Only for things I watch or I'm involved in"
I have enable the mail dump for production log in config/environments/production.rb by commenting out line config.action_mailer.logger = nil
The log which I get is given below:
Processing IssuesController#update (for 172.20.103.20 at 2011-07-01 00:36:02) [PUT]
Parameters: {"time_entry"=>{"comments"=>"", "activity_id"=>"", "hours"=>""}, "commit"=>"Submit", "notes"=>"", "action"=>"update", "_method"=>"put", "authenticity_token"=>"u7HKQ9slGO1UdXTOV+jzwDMM5nDXHPNg7rKbOfihfL0=", "id"=>"655", "issue"=>{"deliverable_id"=>"", "start_date"=>"2011-06-30", "estimated_hours"=>"", "parent_issue_id"=>"", "priority_id"=>"5", "lock_version"=>"9", "done_ratio"=>"0", "assigned_to_id"=>"5", "subject"=>"test mail", "tracker_id"=>"2", "due_date"=>"", "description"=>"xsd"}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}}
Sending email notification to: geet.gangwar@irisindia.net
Sent mail to
Redirected to http://redmine.irisindia.net/issues/655
Completed in 380ms (DB: 32) | 302 Found [http://redmine.irisindia.net/issues/655]
I am not able to see any of the recipients in Sent mail to field.
I have just upgraded my redmine from 0.9 to 1.2.
My current setup info is given below:- Database version : Mysql 5
- Ruby version : 1.8.7
- Rails version : 2.3.11
- Redmine version : 1.2
Updated by Etienne Massip almost 14 years ago
What's your colleague user profile "Email notifications" setting value ?
Updated by Geet Gangwar almost 14 years ago
The original setting for my colleague was "For any event on all my projects".
Now I changed to "Only for things I watch or I'm involved in" or "For any event on the selected project only" the mail was sent to him.
Is there any particular setting to be done for manager and developer role for email notification ?
Updated by Etienne Massip almost 14 years ago
No.
So it's working again, right ?
If you switch back your colleague setting to "For any event on all my projects", will he receive notifications now ?
Updated by Geet Gangwar almost 14 years ago
Yes, Now when I switched back to "For any event on all my projects" the email is sent, but it not happening initially. Is there any specific setting to do in redmine 1.2
Updated by Etienne Massip almost 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Nope.
If another of your colleagues has the same issue, could you please post here the mail_notification
column contents of the matching users
record before changing its setting and reopen the issue ?