Revert "use company name for email friendly from name"

This reverts commit 7f4548e5c7.
pull/142/head
apernouille 2 years ago
parent 333a5d6b7b
commit 60f1c014fb

@ -23,7 +23,7 @@ module ActionMailerConfigsInterceptor
if email_configs
message.delivery_method(:smtp, build_smtp_configs_hash(email_configs))
message.from = "#{email_configs.account.name} <#{email_configs.value['from_email']}>"
message.from = email_configs.value['from_email']
else
message.delivery_method(:test)
end

Loading…
Cancel
Save