From 758e1012fb4a918416b67084039e83dc2e9ac9d7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 5 May 2023 19:59:14 +0200 Subject: [PATCH] wip #5819 @1 --- .../FluidbookPublication/Services/BastideOperation.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/BastideOperation.php b/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/BastideOperation.php index a097bc513..d4fa64715 100644 --- a/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/BastideOperation.php +++ b/app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/BastideOperation.php @@ -159,8 +159,7 @@ trait BastideOperation // The Fluidbook can pass on a parameter that overrides the default recipient $recipient_code = request('recipient_code', ''); - //$default_bastide_address = 'web@hcm-medical.fr'; // Fallback address + destination for all BCC messages - $default_bastide_address = 'test+bastide@cubedesigners.com'; // Fallback address + destination for all BCC messages + $default_bastide_address = 'web@hcm-medical.fr'; // Fallback address + destination for all BCC messages switch (strtolower($recipient_code)) { case 'co-guadeloupe': -- 2.39.5