From 8adae6dcc3dcaa373d80cdd63aae92de50f552e1 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 5 Mar 2019 09:58:52 +0100 Subject: [PATCH] =?UTF-8?q?[9.0.01]=20Envoi=20mail=20adresse=20non=20masqu?= =?UTF-8?q?=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 0f21e34b..6c68fe3f 100644 --- a/core/core.php +++ b/core/core.php @@ -967,7 +967,7 @@ class common { $mail->addReplyTo('no-reply@' . $host, $this->getData(['config', 'title'])); if(is_array($to)) { foreach($to as $userMail) { - $mail->addBCC($userMail); + $mail->addAddress($userMail); } } else {