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.
Labels |
Added:
?
|
||
Build | ⇒ | staging |