chore: Add name to the sender email id (#1485)
This commit is contained in:
parent
6ba25bae3d
commit
d692eac260
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class ApplicationMailer < ActionMailer::Base
|
||||
include ActionView::Helpers::SanitizeHelper
|
||||
|
||||
default from: ENV.fetch('MAILER_SENDER_EMAIL', 'accounts@chatwoot.com')
|
||||
default from: ENV.fetch('MAILER_SENDER_EMAIL', 'Chatwoot <accounts@chatwoot.com>')
|
||||
before_action { ensure_current_account(params.try(:[], :account)) }
|
||||
around_action :switch_locale
|
||||
layout 'mailer/base'
|
||||
|
|
Loading…
Reference in a new issue