From 99d22649a2307b2a5a0ab21d57fd06e42f97d2ef Mon Sep 17 00:00:00 2001 From: Lynne Davis Date: Mon, 20 Jun 2016 15:21:34 +0100 Subject: [PATCH] Undoing this change, shouldn't be on this branch --- app/mailers/producer_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/producer_mailer.rb b/app/mailers/producer_mailer.rb index bdaf25123d..30fad48f58 100644 --- a/app/mailers/producer_mailer.rb +++ b/app/mailers/producer_mailer.rb @@ -14,7 +14,7 @@ class ProducerMailer < Spree::BaseMailer if has_orders? order_cycle, producer mail(to: @producer.email, - from: @coordinator.email, + from: from_address, subject: subject, reply_to: @coordinator.email, cc: @coordinator.email)