diff app/models/mailer.rb @ 1566:ac2e4a54a6a6 live

Reply-To
author Chris Cannam
date Tue, 19 Jul 2016 13:49:56 +0100
parents a1bdbf8a87d5
children
line wrap: on
line diff
--- 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