mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:11:41 +00:00
el DEFAULT_FROM ya está incluido en la configuracion
This commit is contained in:
parent
0fcf6be591
commit
d6c5dba2a1
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ class ApplicationMailer < ActionMailer::Base
|
|||
helper :application
|
||||
before_action :inline_logo!
|
||||
|
||||
default from: ENV.fetch('DEFAULT_FROM', "noreply@#{Site.domain}")
|
||||
layout 'mailer'
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue