Thread Starter
mfk
(@fariskassim)
running wp 4.2.2, plugin 1.7
Do you still have this problem?
Thread Starter
mfk
(@fariskassim)
no i dont have this problem anymore. i actual;y didnt do anything to fix it.
about a week after i posted this, the email notifications resumed like usual.
I am having the same issue. Received emails fine last week; this week the emails stopped coming through. Hoping that my form just starts working again.
Thread Starter
mfk
(@fariskassim)
hmm having the same problems again!
tried inputing different emails inside “Also send notification(s) to:” too but doesnt work.
but on the backend, i can see the submissions. just that i’m not getting the emails.
running wordpress 4.2.5 , plugin 1.7.3 . help anyone?
Thread Starter
mfk
(@fariskassim)
looks like alot of people have the same problems and the plugin admin isnt even addressing our problems. guess imma have to switch to something else
what worked for me:
in helpers.php change line 403 from
$headerStr.= $header.”: “.$value.”\r\n”;
To
$headerStr.= $header.”: “.$value.”\n”;
I don’t know why, (I think a change in php version).
Thread Starter
mfk
(@fariskassim)
nah doesnt work for me :/
thanks for that anyway