Browse Source

Added comment about reply_to

Andrew Kane 8 years ago
parent
commit
98dcfe4fca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/mailers/blazer/check_mailer.rb

+ 1 - 0
app/mailers/blazer/check_mailer.rb

@@ -15,6 +15,7 @@ module Blazer
 
 
     def failing_checks(email, checks)
     def failing_checks(email, checks)
       @checks = checks
       @checks = checks
+      # add reply_to for mailing lists
       mail to: email, reply_to: email, subject: "#{pluralize(checks.size, "Check")} Failing"
       mail to: email, reply_to: email, subject: "#{pluralize(checks.size, "Check")} Failing"
     end
     end
   end
   end