diff --git a/content/french/commande/module-supplementaire-infirmiers-independants.md b/content/french/commande/module-supplementaire-infirmiers-independants.md index cbaf503..70e76d5 100644 --- a/content/french/commande/module-supplementaire-infirmiers-independants.md +++ b/content/french/commande/module-supplementaire-infirmiers-independants.md @@ -77,10 +77,10 @@ bestellformular = true


Quelles extensions souhaitez-vous ajouter ?

- +
- +
diff --git a/static/php/ajaxmail.php b/static/php/ajaxmail.php index 114c0f2..5df6f0e 100644 --- a/static/php/ajaxmail.php +++ b/static/php/ajaxmail.php @@ -75,7 +75,7 @@ try $mail->addAddress($customerEmail); if ( isset($emailContact) ) { - $mail->addAddress($customerEmail); + $mail->addCC($customerEmail); } $mail->Subject = $encodedSubject; // $mail->Body = nl2br(htmlspecialchars($customerMessage));