application_mailer.rb 133 Bytes Raw Blame History Permalink 1 2 3 4 5 6 # frozen_string_literal: true class ApplicationMailer < ActionMailer::Base default from: 'from@example.com' layout 'mailer' end