diff --git a/app/views/spree/order_mailer/_signoff.html.haml b/app/views/spree/order_mailer/_signoff.html.haml index 7a6af4c8f0..5dc30ff83f 100644 --- a/app/views/spree/order_mailer/_signoff.html.haml +++ b/app/views/spree/order_mailer/_signoff.html.haml @@ -10,7 +10,7 @@ = @order.distributor.phone || "" %br %a{:href => "mailto:#{@order.distributor.contact.email}", :target => "_blank"} - = @order.distributor.contact.email + = @order.distributor.email_address.presence || @order.distributor.contact.email %br = @order.distributor.website || "" %br