Hi Support Team,
I seem to have the same issue on my website "Could Not Instantiate Mail Function".
I made sure that I've already edited the receive address on the sendemail.php (used a personal gmail account for testing)
I've already tried smtp too as per the instructions on the documentation using the codes below:
$mail->IsSMTP();
$mail->Host = "smtp.gmail.com";
$mail->SMTPDebug = 2;
$mail->SMTPAuth = true;
$mail->Port = 26;
$mail->Username = "anotherpersonal@gmail.com";
$mail->Password = "passwordforthemail";
But it still doesn't work. What happens is that upon submission on the contact form, it just loads to no end.
No mails received.
Can you help us cracking this one?
SIDENOTE (I don't know how and where to post/start an inquiry here in the forums so I just posted it in here. Apologies)
Thanks in advance!
Justin