Files
fizzy/app/mailers/application_mailer.rb
T
Kevin McConnell 564a0f48ae New Rails app
2024-06-21 13:19:56 +01:00

5 lines
102 B
Ruby

class ApplicationMailer < ActionMailer::Base
default from: "from@example.com"
layout "mailer"
end