mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-04 05:48:25 +00:00
4 lines
135 B
Ruby
4 lines
135 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: ENV.fetch('DEFAULT_FROM_EMAIL', 'hello@tooljet.io')
|
|
layout 'mailer'
|
|
end
|