This commit is contained in:
parent
97f4e58e18
commit
19f17f8aeb
|
|
@ -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'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue