Skip to content

Commit 13bf2c8

Browse files
authored
don't use BCC for single-recipient email
1 parent 126ec72 commit 13bf2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityMailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function sendMail(string $recipients, ?string $template = null, mixed $da
113113
$this->addBCC($addr);
114114
}
115115
} else {
116-
$this->addBCC($recipients);
116+
$this->AddAddress($recipients);
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)