This commit is contained in:
parent
97f4e58e18
commit
19f17f8aeb
|
|
@ -1851,7 +1851,7 @@ class PHPMailer
|
|||
$this->Subject,
|
||||
$body,
|
||||
$this->From,
|
||||
[]
|
||||
[]
|
||||
);
|
||||
}
|
||||
$this->edebug("Result: " . ($result === 0 ? 'true' : 'false'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue