Just need to update a setting in vtigercrm/modules/Emails/class.phpmailer.php
from
to
Thanks Nathan79
from
function IsSMTP() { $this->Mailer = "smtp";
to
function IsSMTP() { $this->Mailer = "sendmail";
Thanks Nathan79