a11yist/app/mailers/application_mailer.rb

7 lines
133 B
Ruby
Raw Normal View History

2024-07-15 14:31:54 +02:00
# frozen_string_literal: true
class ApplicationMailer < ActionMailer::Base
2024-09-05 22:54:38 +02:00
default from: "from@example.com"
layout "mailer"
end