mail is only sent when I used business email like(abc@abc.com) but when use gmail,Hotmail or yahoo mail it gives below error.
Controller
$this->load->library("mailer");
$mail = $this->mailer->load();
$mail->isHTML(true);
$mail->IsMAIL();
$mail->setFrom('ballers999@gmail.com', 'Ballers');
$mail->addAddress($to);
$mail->Subject = $subject;
$mail->Body = $message;
$mail->send();
error message could cot instantiate mail function