Added missing cc feature for sending emails.
This commit is contained in:
parent
d7e974f409
commit
33e9e5388f
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ class Ticket < ActiveRecord::Base
|
||||||
:in_reply_to => self.in_reply_to,
|
:in_reply_to => self.in_reply_to,
|
||||||
:from => self.from,
|
:from => self.from,
|
||||||
:to => self.to,
|
:to => self.to,
|
||||||
|
:cc => self.cc,
|
||||||
:subject => subject,
|
:subject => subject,
|
||||||
:body => self.body,
|
:body => self.body,
|
||||||
:attachments => self.attachments
|
:attachments => self.attachments
|
||||||
|
|
Loading…
Reference in a new issue