fix: Update from_email in the name to fix the syntax error (#6900)
This commit is contained in:
@@ -116,7 +116,8 @@ class ConversationReplyMailer < ApplicationMailer
|
||||
|
||||
def channel_email_with_name
|
||||
if @conversation.assignee.present?
|
||||
I18n.t('conversations.reply.channel_email.header.reply_with_name', assignee_name: assignee_name, inbox_name: @inbox.name)
|
||||
I18n.t('conversations.reply.channel_email.header.reply_with_name', assignee_name: assignee_name, inbox_name: @inbox.name,
|
||||
from_email: @channel.email)
|
||||
else
|
||||
I18n.t('conversations.reply.channel_email.header.reply_with_inbox_name', inbox_name: @inbox.name, from_email: @channel.email)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user