mirror of
https://github.com/e107inc/e107.git
synced 2025-07-23 16:01:39 +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->clearAddresses(); // In case we send another email
|
||||||
$this->clearCustomHeaders();
|
$this->clearCustomHeaders();
|
||||||
|
$this->clearAllRecipients();
|
||||||
|
$this->clearAttachments();
|
||||||
|
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user