Fases 7 e 8 — PDFs Prawn + QR + Painel Motorista + Notificações
This commit is contained in:
5
app/mailers/application_mailer.rb
Normal file
5
app/mailers/application_mailer.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# app/mailers/application_mailer.rb
|
||||
class ApplicationMailer < ActionMailer::Base
|
||||
default from: ENV.fetch('SMTP_USERNAME', 'noreply@gade.com.br')
|
||||
layout 'mailer'
|
||||
end
|
||||
Reference in New Issue
Block a user