?
avatar dirkjanm
dirkjanm
19 Aug 2013

In components/com_contact/controllers/contact.php is this code

// Send the email
$sent = false;
if (!$params->get('custom_reply'))
{
$sent = $this->_sendEmail($data, $contact);
}

I'm not sure what 'custom_reply' is (I can't find it anywhere else in the code) but for some reason on my installation it was equal to 1, causing emails not to get sent via the contact form, ever. Note that the user still gets the message 'Thank you for the email' and no error is thrown at all.

avatar gtoniser gtoniser - open - 19 Aug 2013
avatar zero-24 zero-24 - close - 19 Aug 2013
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Build staging

Add a Comment

Login with GitHub to post a comment