mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Configure from name for outgoing emails
This commit is contained in:
parent
3d10a62318
commit
6c2540e3df
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
class ApplicationMailer < ActionMailer::Base
|
||||
default from: ENV.fetch('DEFAULT_FROM_EMAIL', 'hello@tooljet.io')
|
||||
default from: "ToolJET <#{ENV.fetch('DEFAULT_FROM_EMAIL', 'hello@tooljet.io')}>"
|
||||
layout 'mailer'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue