Contact form - not working

April 2014 WordPress Theme
GK User
Tue Jul 29, 2014 6:17 am
Hi.
I have problem with widget contact from in front page. I add email adres in dashboard and when I want send I have error : An error occured - your message has not been sent. Please try again.

Host home.pl
adress page www.psqe.eu
What I must do.
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 11:52 am
Hi,

First of all please check if other emails from your website are sending without a problem, because the message is caused by fact that the wp_mail function cannot send an e-mail.
User avatar
Administrator

GK User
Tue Jul 29, 2014 12:36 pm
Hi.
I check other email like gmail, wp and not working.
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 1:08 pm
I mean if the other WordPress email are delivered - info about new comments etc.
User avatar
Administrator

GK User
Thu Jul 31, 2014 5:45 am
I don't have any email from my page. I add comments and don't have any email in my box.
User avatar
Fresh Boarder

GK User
Thu Jul 31, 2014 9:38 am
Please ask your hosting service if you have to make any additional configuration actions in order to get working wp_mail function.
User avatar
Administrator

GK User
Fri Aug 01, 2014 7:57 am
Hi.
I write to home.pl support and I have answer https://pomoc.home.pl/komunikaty/1067 but I don't know what must modify would work wp_mail.
User avatar
Fresh Boarder

GK User
Fri Aug 01, 2014 10:03 am
You can try to open file layouts/gkcontact.php and change the following line:

Code: Select all
$headers[] = 'From: '.$output['name'].' <'.$output['email'].'>';


to:

Code: Select all
$headers[] = 'From: YOUR NAME <[email protected]>';
User avatar
Administrator


cron