Logo e favicon nel header, partite programmate su web e mobile, reset password, pagine FAQ/sitemap, privacy/termini GDPR e icona Android «Match Live Tv». Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
112 B
Ruby
5 lines
112 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: -> { MatchLiveTv.mail_from }
|
|
layout "mailer"
|
|
end
|