From ad25fe2e9054196f192676dc2490d1ef97c527cc Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 27 Sep 2017 12:54:54 +0200 Subject: [PATCH] suite --- app/mailers/product_orders_mails.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/product_orders_mails.rb b/app/mailers/product_orders_mails.rb index 2d2d527..b49d0a9 100755 --- a/app/mailers/product_orders_mails.rb +++ b/app/mailers/product_orders_mails.rb @@ -2,7 +2,7 @@ class ProductOrdersMails < ActionMailer::Base layout 'mail' - default from: "Negos - contact@negos.pro" + default from: "Negos " def confirmation_cheque(product_order, options = {})