mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-29 14:46:49 +01: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