slawkens1
2017-05-27 23:46:12 +02:00
parent 35c8b65be7
commit d9bd1f6e99
2 changed files with 3 additions and 3 deletions

View File

@@ -1149,7 +1149,7 @@ function _mail($to, $subject, $body, $altBody = '', $add_html_tags = true)
global $mailer, $config;
if(!$mailer)
{
require(SYSTEM . 'libs/phpmailer/class.phpmailer.php');
require(SYSTEM . 'libs/phpmailer/PHPMailerAutoload.php');
$mailer = new PHPMailer();
}