Fix vTiger "SMTP Connect() failed" Error

Just need to update a setting in vtigercrm/modules/Emails/class.phpmailer.php

from
function IsSMTP() {
$this->Mailer = "smtp";

to
function IsSMTP() {
$this->Mailer = "sendmail";

Thanks Nathan79