Use autoloader

This commit is contained in:
Synchro 2015-01-05 09:13:09 +01:00
parent 548aa26058
commit ecce82a38b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function callbackAction($result, $to, $cc, $bcc, $subject, $body)
return true;
}
require_once '../class.phpmailer.php';
require_once '../PHPMailerAutoload.php';
$mail = new PHPMailer();
try {