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