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 {