mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
8 lines
144 B
Ruby
8 lines
144 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: 'accounts@chatwoot.com'
|
|
layout 'mailer'
|
|
|
|
# helpers
|
|
helper :frontend_urls
|
|
end
|