Contact Us form no longer notifies me by email when people submit this form

Permalink
Sometime after 16 January 2019 my websites stopped notifying me by email when someone used the contact us form. Have tried using an external smtp to no avail. Looking for a solution to this problem?

 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
In your config/site.php file add the following definitions replacing your@email with your own email address..
define('EMAIL_DEFAULT_FROM_ADDRESS', 'your@email');
define('FORM_BLOCK_SENDER_EMAIL', 'your@email');
define('EMAIL_ADDRESS_FORGOT_PASSWORD', 'your@email');
define('EMAIL_ADDRESS_REGISTER_NOTIFICATION', 'your@email');
rkmalcolm replied on at Permalink Reply
Thanks for your help and reply. Your reply was very helpful. In the final analysis it doesn't seem to be a concrete5 problem but an issue with our server. This issue was not resolved but a work around was applied and the problem resolved. Thanks.
jasteele12 replied on at Permalink Reply
jasteele12
Care to elaborate?
rkmalcolm replied on at Permalink Reply
We were unable to configure our website host, Bluehost, to send emails generated in concrete5 and by using Thunderbird as a client and bluehost as an smtp server. The work around was not to use Bluehost.