Notification recipients should be specified using :to instead of :recipients. Fixes #226.
This commit is contained in:
parent
01fa464c33
commit
6cbf130c83
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Refinery
|
|||
def notification(comment, request)
|
||||
@comment = comment
|
||||
mail :subject => Blog::Comment::Notification.subject,
|
||||
:recipients => Blog::Comment::Notification.recipients,
|
||||
:to => Blog::Comment::Notification.recipients,
|
||||
:from => "\"#{Refinery::Core.site_name}\" <no-reply@#{request.domain}>"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue