1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-22 23:41:20 +02:00

Fixes #5535 Persistent Recipients (e.g., CC) Across Multiple sendEmail() Calls

This commit is contained in:
camer0n
2025-07-20 11:33:39 -07:00
parent dfe446df8c
commit c3c35f09da

View File

@@ -1204,6 +1204,8 @@ class e107Email extends PHPMailer
$this->clearAddresses(); // In case we send another email
$this->clearCustomHeaders();
$this->clearAllRecipients();
$this->clearAttachments();
if ($result)
{