From: vincent@cubedesigners.com Date: Thu, 26 Apr 2018 14:07:47 +0000 (+0000) Subject: #1927 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=681c3b555ab9cdc5c8a7d7c51f01e626b6eac3af;p=cubeextranet.git #1927 @0:15 --- diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index b398aeed6..5746d4a3a 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -1114,7 +1114,6 @@ class wsServices extends cubeFlashGateway public function orderRemarkable() { - try { $html = file_get_contents(WS_FILES . '/services/remarkableorder.html'); $billing_address = $_POST['details']['firstname'] . ' ' . $_POST['details']['lastname'] . '

' . $_POST['details']['billing_company'] . "
" . $_POST['details']['billing_address'] . '
' . $_POST['details']['billing_zip'] . ' ' . $_POST['details']['billing_city']; @@ -1160,9 +1159,9 @@ class wsServices extends cubeFlashGateway $mail = new cubeMail(); $mail->type = "html"; - $mail->from = 'contact@remarkable.fr'; + $mail->from = 'transfert-fluidbook@remarkable.fr'; $mail->to = $_POST['details']['email']; - //$mail->bcc = 'contact@remarkable.fr'; + $mail->bcc = 'transfert-fluidbook@remarkable.fr'; $mail->bcc = 'test@cubedesigners.com'; $mail->subject = '[Remarkable] Votre commande'; $mail->body = $html;