evodata/app/mailers/application_mailer.rb

5 lines
104 B
Ruby
Raw Permalink Normal View History

2021-12-18 15:52:01 +01:00
class ApplicationMailer < ActionMailer::Base
2022-01-28 15:11:03 +01:00
default from: "evodata@evolix.org"
2021-12-18 15:52:01 +01:00
layout "mailer"
end