Fixed autoload warning for PHPMailer on PHP 7


replace line 45

function __autoload($classname)
{
PHPMailerAutoload($classname);
}