start on news mailer

This commit is contained in:
2023-02-11 12:07:01 +02:00
parent cee41a571e
commit b5a63df629
13 changed files with 78 additions and 5 deletions

View File

@ -1,4 +1,5 @@
class ApplicationMailer < ActionMailer::Base
default from: "info@hubfeenix.fi" , bcc: "info@hubfeenix.fi"
layout "mailer"
end