Vergleich inc/mailhandlers/smtp.php - 1.6.9 - 1.6.10
Zeile 301 | Zeile 301 |
---|---|
} |
} |
$this->fatal_error("Unable to connect to the mail server with the given details.<br /><br />{$error_number}: {$error_string}"); | $this->fatal_error("Unable to connect to the mail server with the given details. Reason: {$error_number}: {$error_string}"); |
return false; | return false; |