Change the IsSMTP() function modules/Emails/class.phpmailer.php file
replace the IsSMTP() function with
Code:
function IsSMTP() {
$this->IsSendmail();
}
Change the IsSMTP() function modules/Emails/class.phpmailer.php file
replace the IsSMTP() function with
Code:
function IsSMTP() {
$this->IsSendmail();
}
Thx very much