[OJS 3.2.0-3] Problem with Email Sending - LostPassword

In the option to forget the password, the user enters the email, the web page shows a message for you to check the email box but it is not sent.

In this line of the PHPMailer.php file, the $result variable returns a false.

 if (!$this->UseSendmailOptions || null === $params) {
            $result = @mail($to, $subject, $body, $header);
        } else {
            $this->edebug("Additional params: {$params}");
            $result = @mail($to, $subject, $body, $header, $params);
        }

Application Version: OJS 3.2.0-3