Form won't send email
Permalink
Hi,
I originally added my issue to this old thread:http://www.concrete5.org/index.php?cID=49242... but I'm not a developer, just a site owner. I have a contact form on my website that was most certainly working at first - I got the emails, no problem. But at some point between late June and last week (not many people have filled out the form), the form stopped sending the email. I can access the filled out form in Dashboard, no problem. I checked my error logs, and there's nothing about failure to send an email. What changed between then and now that could have resulted in this error? Thanks!
I originally added my issue to this old thread:http://www.concrete5.org/index.php?cID=49242... but I'm not a developer, just a site owner. I have a contact form on my website that was most certainly working at first - I got the emails, no problem. But at some point between late June and last week (not many people have filled out the form), the form stopped sending the email. I can access the filled out form in Dashboard, no problem. I checked my error logs, and there's nothing about failure to send an email. What changed between then and now that could have resulted in this error? Thanks!
Oh, look at that, there's the error:
Mail Exception Occurred. Unable to send mail: Unable to send mail
#0 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/libraries/3rdparty/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/libraries/3rdparty/Zend/Mail.php(973): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/helpers/mail.php(191): Zend_Mail->send(NULL)
#3 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/blocks/form/controller.php(335): MailHelper->sendMail()
#4 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/models/block.php(276): FormBlockController->action_submit_form()
#5 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/startup/process.php(214): Block->passThruBlock(Array, Array)
#6 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/dispatcher.php(226): require('/home/overeasy/...')
#7 /home/overeasy/public_html/happymediumpdx.com/massage/index.php(2): require('/home/overeasy/...')
#8 {main}
Template Used: block_form_submission
What does it mean??
Mail Exception Occurred. Unable to send mail: Unable to send mail
#0 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/libraries/3rdparty/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/libraries/3rdparty/Zend/Mail.php(973): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/helpers/mail.php(191): Zend_Mail->send(NULL)
#3 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/blocks/form/controller.php(335): MailHelper->sendMail()
#4 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/models/block.php(276): FormBlockController->action_submit_form()
#5 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/startup/process.php(214): Block->passThruBlock(Array, Array)
#6 /home/overeasy/public_html/happymediumpdx.com/massage/concrete/dispatcher.php(226): require('/home/overeasy/...')
#7 /home/overeasy/public_html/happymediumpdx.com/massage/index.php(2): require('/home/overeasy/...')
#8 {main}
Template Used: block_form_submission
What does it mean??
Can anyone help on this one? I don't know what the [above] error means, but until it gets fixed, the contact form won't work properly. Help!
does anybody know how to fix this because i am having the same problem
i did figure out how to fix this issue. Change the email settings in the sitewide settings. My problem occurred because php mail wasn't installed on my web server which is wamp. I set up a mail server with hmailer, which is free. I then changed the settings to smtp and configured with my my mail server config.problem solved. I actually did not even have to have the hmailler set up properly, I did at first have it working as a relay to send the form data to my yahoo account until propagation went through on my mx records
check your spam folder aswell