Contact form in JobRoller 1.6.5
I noticed today that JobRoller is not sending the contact form. I am not certain when this started, but in 1.6.5 this is definitely the case.
Upon investigation, I found the following in tpl-contact.php (lines 72,73):
PHP Code:
$email_header = 'From: '.get_bloginfo('name') . "\r\n";
$email_header .= 'Reply-To: '.$posted['email'] . "\r\n";
I had to remove the point before the equal sign on the second line, otherwise the email did not get sent. However, in all my tests, I received positive confirmation onscreen - just no mails.
So, anyone having the same issue, please look at the location indicated.