5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 13:26:07 +00:00

el DEFAULT_FROM ya está incluido en la configuracion

This commit is contained in:
f 2020-03-17 14:50:21 -03:00
parent 0fcf6be591
commit d6c5dba2a1
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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