Added missing cc feature for sending emails.

This commit is contained in:
Martin Edenhofer 2012-05-02 15:34:18 +02:00
parent d7e974f409
commit 33e9e5388f

View file

@ -241,6 +241,7 @@ class Ticket < ActiveRecord::Base
:in_reply_to => self.in_reply_to,
:from => self.from,
:to => self.to,
:cc => self.cc,
:subject => subject,
:body => self.body,
:attachments => self.attachments