Hi there,
I have an issue about the contact form, I've checked with the server side and update the form.php as followed;
$mail->IsSMTP();
$mail->Host = "mx-out05.natrohost.com";
$mail->SMTPDebug = 0;
$mail->SMTPAuth = true;
$mail->SMTPSecure = "ssl";
$mail->Port = 465;
$mail->Username = "form email";
$mail->Password = "password here";
Before this code I already tried original code from the template, port 587 and talked with my hosting company, but every time I get this error. I also checked the new html code from the other tickets on the support forum, but can not make it happen. Could you please tell me where is the problem about that?
Thanks!
