浏览代码

Added comment about reply_to

Andrew Kane 8 年之前
父节点
当前提交
98dcfe4fca
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
       @checks = checks
+      # add reply_to for mailing lists
       mail to: email, reply_to: email, subject: "#{pluralize(checks.size, "Check")} Failing"
     end
   end