The contact form is still not working after several attempts with your help before and my mail server. I tried using my mailserver data info but they said that it's the contact form settings that needs to be changed using a SMTP plugin. Since that didn't work, I decided to deactivate it and now I'm back to the original contact form settings. This time I'm using a gmail account, which I hoped it'll work. Yet, here we go again I got another unsuccessful message:
Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in ............\wp-content\themes\Creativity\layouts\gkcontact.php on line 106
So this is what's on line 106:
$state = mail($email, $subject, $body, $headers);
I don't know what to do next. Help!