* changed mb_strtolower functions to strtolower() - was useless in this
case
* attemp to fix some bug with PHPMailer not finding its language file
This commit is contained in:
slawkens1
2018-01-26 08:04:28 +01:00
parent 7e2be69749
commit 51acb739e9
4 changed files with 19 additions and 18 deletions

View File

@@ -799,6 +799,7 @@ function _mail($to, $subject, $body, $altBody = '', $add_html_tags = true)
{
require(SYSTEM . 'libs/phpmailer/PHPMailerAutoload.php');
$mailer = new PHPMailer();
$mailer->setLanguage('en', LIBS . 'phpmailer/language/');
}
$signature_html = '';