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:
@@ -1204,6 +1204,8 @@ class e107Email extends PHPMailer
|
||||
|
||||
$this->clearAddresses(); // In case we send another email
|
||||
$this->clearCustomHeaders();
|
||||
$this->clearAllRecipients();
|
||||
$this->clearAttachments();
|
||||
|
||||
if ($result)
|
||||
{
|
||||
|
Reference in New Issue
Block a user