This commit is contained in:
Marcus Bointon 2025-08-22 15:12:14 +02:00
parent 97f4e58e18
commit 19f17f8aeb
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -1851,7 +1851,7 @@ class PHPMailer
$this->Subject, $this->Subject,
$body, $body,
$this->From, $this->From,
[] []
); );
} }
$this->edebug("Result: " . ($result === 0 ? 'true' : 'false')); $this->edebug("Result: " . ($result === 0 ? 'true' : 'false'));