about summary refs log tree commit diff stats
path: root/app/mailers/application_mailer.rb
blob: 4862159913b7d6635fff5bb068222b139437df7c (plain) (blame)
1
2
3
4
class ApplicationMailer < ActionMailer::Base
  default from: 'no-reply@fourisland.com'
  layout 'mailer'
end