Hi there...
Contact forms are not working on my website: http://www.cosurvivor.in/pages/contact.html
When i try the PHP method, using just the "from" and "to" emails, I get a success message on screen but am not receiving anything in my inbox
if i try with entering the SMTP code, i get an error message saying SMTP Connect() Failed.
Have tried using Port 26 and 25 as specified by GoDaddy, have also tried SMTP Auth as true as well as false, keep getting the same error.
$mail->IsSMTP();
$mail->Host = "mail.cosurvivor.in";
$mail->SMTPDebug = 0;
$mail->SMTPAuth = false;
$mail->SMTPSecure = "ssl";
$mail->Port = 25;
$mail->Username = "rohit@cosurvivor.in";
$mail->Password = "Karmayogi2021";
The website is hosted with GoDaddy, please help with the correct settings here to get the contact forms working.
Thanks
