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