Errors Notification Email from Forms

Permalink
I have tried to find the answer in the forums but the answer looking not helpful to me. I released that most of answer in forums is about mail_path, yahoo mail account, disable_function etc. After I checked out those and tried to add:

define('FORM_BLOCK_SENDER_EMAIL', 'no-reply@yourdomain.com');
define('EMAIL_ADDRESS_FORGOT_PASSWORD', 'no-reply@yourdomain.com');

I added above two php coding into site.php, but it still does not working at all. One more things to mention that I did not received email from concrete5 when I do a reset password in login page. Can anyone tell me what is the issue for this problem and the solutions?

The logs message is on below:

**EMAILS ARE ENABLED. THIS EMAIL WAS SENT TO mail()**
Template Used: block_form_submission
To: shenbo@adrc.com
From: shenbo1004@gmail.com
Reply-To: shenbo1004@gmail.com
Subject: Home Form Submission
Body:
There has been a submission of the form Home through your concrete5 website.

Mail Exception Occurred. Unable to send mail: Permission denied
#0 /var/www/html/admin.adrc.com/www/concrete/libraries/3rdparty/Zend/Mail/Protocol/Smtp.php(167): Zend_Mail_Protocol_Abstract->_connect('ssl://smtp.gmai...')
#1 /var/www/html/admin.adrc.com/www/concrete/libraries/3rdparty/Zend/Mail/Transport/Smtp.php(199): Zend_Mail_Protocol_Smtp->connect()
#2 /var/www/html/admin.adrc.com/www/concrete/libraries/3rdparty/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /var/www/html/admin.adrc.com/www/concrete/libraries/3rdparty/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /var/www/html/admin.adrc.com/www/concrete/core/helpers/mail.php(368): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#5 /var/www/html/admin.adrc.com/www/concrete/core/controllers/blocks/form.php(461): Concrete5_Helper_Mail->sendMail()
#6 /var/www/html/admin.adrc.com/www/concrete/core/models/block.php(411): Concrete5_Controller_Block_Form->action_submit_form()
#7 /var/www/html/admin.adrc.com/www/concrete/startup/process.php(344): Concrete5_Model_Block->passThruBlock('submit_form')
#8 /var/www/html/admin.adrc.com/www/concrete/dispatcher.php(253): require('/var/www/html/a...')
#9 /var/www/html/admin.adrc.com/www/index.php(2): require('/var/www/html/a...')
#10 {main}
Template Used: block_form_submission
To: shenbo@adrc.com
From: shenbo1004@gmail.com
Reply-To: shenbo1004@gmail.com
Subject: Home Form Submission
Body:
There has been a submission of the form Home through your concrete5 website.


Thanks a lot for any helpings
Shen

 
shenbo replied on at Permalink Reply
I am still looking for solutions

Thank you
shen