# HG changeset patch # User Chris Cannam # Date 1468932596 -3600 # Node ID ac2e4a54a6a63ebe9dbff61ed658045da8aa39d0 # Parent 53c879bb2f7f0ac93f5c28165e8beaa5fd47bdbf Reply-To diff -r 53c879bb2f7f -r ac2e4a54a6a6 app/models/mailer.rb --- a/app/models/mailer.rb Tue Jan 26 10:37:37 2016 +0000 +++ b/app/models/mailer.rb Tue Jul 19 13:49:56 2016 +0100 @@ -400,7 +400,8 @@ 'X-Auto-Response-Suppress' => 'OOF', 'Auto-Submitted' => 'auto-generated', 'From' => Setting.mail_from, - 'List-Id' => "<#{Setting.mail_from.to_s.gsub('@', '.')}>" + 'Reply-To' => Setting.mail_reply_to, + 'List-Id' => "<#{Setting.mail_reply_to.to_s.gsub('@', '.')}>" # Removes the author from the recipients and cc # if the author does not want to receive notifications diff -r 53c879bb2f7f -r ac2e4a54a6a6 config/settings.yml --- a/config/settings.yml Tue Jan 26 10:37:37 2016 +0000 +++ b/config/settings.yml Tue Jul 19 13:49:56 2016 +0100 @@ -61,6 +61,8 @@ default: '25,50,100' mail_from: default: redmine@example.net +mail_reply_to: + default: info@soundsoftware.ac.uk bcc_recipients: default: 1 plain_text_mail: