Actions
Defect #11167
closedSending email notification to more than one users fail if one address email is invalid
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Hi there,
Since i have updated to Redmine 1.4.2 (and 1.4.3) i have noticed a problem while email notifications are send to more than one recipient. If only one address email of the recipients is invalid, the notification is not send to the other.
I have seen those lines within the production.log file :
Processing IssuesController#update (for 10.11.14.145 at 2012-06-14 18:15:39) [PUT] Parameters: {"time_entry"=>{"comments"=>"", "activity_id"=>"17", "hours"=>""}, "commit"=>"Soumettre", "notes"=>"test notification\r\n", "last_journal_id"=>"73386", "action"=>"update", "_method"=>"put", "authenticity_token"=>"Kbu+EohYhaA5RN0bUoFpDCoxxxxxxxxxxxxx=", "id"=>"13265", "issue"=>{"start_date"=>"2012-05-25", "custom_field_values"=>{"11"=>"XXX/GEST", "12"=>""}, "estimated_hours"=>"", "parent_issue_id"=>"", "priority_id"=>"6", "project_id"=>"86", "is_private"=>"0", "lock_version"=>"14", "done_ratio"=>"100", "assigned_to_id"=>"239", "subject"=>"Blah blah / CDE TEST TTEST4918", "tracker_id"=>"1", "due_date"=>"2012-06-15", "status_id"=>"3", "description"=>"Suite ticket 9855#\r\n1) Pouvez vous voir."}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}} Sending email notification to: Goudxxx@mydomain.com, Soulxxx@mydomain.com, Prevxxx@mydomain.com, Badxxx@mydomain.com The following error occured while sending email notification: "550 No such recipient ". Check your configuration in config/configuration.yml. Redirected to http://support/issues/13265 Completed in 583ms (DB: 22) | 302 Found [http://support/issues/13265]
Badxxx@mydomain.com is the bad one...
I am using this email configuration :
email_delivery: delivery_method: :smtp smtp_settings: address: smtp.mydomain.com port: 25 domain: mydomain.com authentication: :login user_name: "dsi@mydomain.com" password: "xxxxxxxx"
Tx,
Patrice
Related issues
Actions