From 49343c626e7055f862c0b88c9561819adee1ebe5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 8 Dec 2020 20:56:07 +0100 Subject: [PATCH] wip #3753 @0.5 --- app/Mail/FluidbookQuoteReceived.php | 10 +- composer.lock | 153 +++++++++--------- .../packages/fluidbook/toolbox/css/style.less | 6 +- 3 files changed, 92 insertions(+), 77 deletions(-) diff --git a/app/Mail/FluidbookQuoteReceived.php b/app/Mail/FluidbookQuoteReceived.php index 11ca35ea8..3b3e7626d 100644 --- a/app/Mail/FluidbookQuoteReceived.php +++ b/app/Mail/FluidbookQuoteReceived.php @@ -57,7 +57,7 @@ class FluidbookQuoteReceived extends Mailable ); $this->from($post['email'], $post['prenom'] . ' ' . $post['nom']); - $this->to('tecv@fluidbook.com'); + $this->to('tech@fluidbook.com'); $spam = ''; if ($post['spam'] === 'Oui') { $spam = ' *** SPAM ***'; @@ -67,10 +67,12 @@ class FluidbookQuoteReceived extends Mailable $body = '

Une demande de devis a été envoyée avec les informations suivantes :