Skip to content

Commit

Permalink
Use autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jan 5, 2015
1 parent 548aa26 commit ecce82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_callback.php
Expand Up @@ -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 {
Expand Down

0 comments on commit ecce82a

Please sign in to comment.