diff --git a/lib/notification_factory.rb b/lib/notification_factory.rb index 58f56089d..8496e4b87 100644 --- a/lib/notification_factory.rb +++ b/lib/notification_factory.rb @@ -63,7 +63,7 @@ module NotificationFactory { # :in_reply_to => self.in_reply_to, :from => sender, - :to => data[:recipient].email, + :to => data[:recipient][:email], :subject => data[:subject], :body => data[:body], },