SyntaxFix
Write A Post
Hire A Developer
Questions
PHPMailerAutoload needs to be in the same folder as class.phpmailer.php
PHPMailerAutoload
class.phpmailer.php
This is the PHPMailerAutoload code that I assume this:
$filename = dirname(__FILE__).DIRECTORY_SEPARATOR.'class.'.strtolower($classname).'.php';