mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user