application_mailer.rb 133 B

123456
  1. # frozen_string_literal: true
  2. class ApplicationMailer < ActionMailer::Base
  3. default from: 'from@example.com'
  4. layout 'mailer'
  5. end