fix: CC conditions when the last email is from someone else (#7010)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module ConversationReplyMailerHelper
|
||||
def prepare_mail(cc_bcc_enabled)
|
||||
@options = {
|
||||
to: @contact&.email,
|
||||
to: to_emails,
|
||||
from: email_from,
|
||||
reply_to: email_reply_to,
|
||||
subject: mail_subject,
|
||||
|
||||
Reference in New Issue
Block a user