Strange error after creating a form
Permalink 1 user found helpful
So i have created a form on my website and set it to email me at my personal email at gmail and it works fine.
then when i have it sent to info@gamespeedbasketball.com the form gives this error:
Mail Exception Occurred. Unable to send mail: Unable to send mail
#0 /home3/adriancr/public_html/gss/concrete/libraries/3rdparty/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home3/adriancr/public_html/gss/concrete/libraries/3rdparty/Zend/Mail.php(973): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home3/adriancr/public_html/gss/concrete/helpers/mail.php(169): Zend_Mail->send()
#3 /home3/adriancr/public_html/gss/concrete/blocks/form/controller.php(329): MailHelper->sendMail()
#4 /home3/adriancr/public_html/gss/concrete/models/block.php(262): FormBlockController->action_submit_form()
#5 /home3/adriancr/public_html/gss/concrete/startup/process.php(199): Block->passThruBlock(Array, Array)
#6 /home3/adriancr/public_html/gss/concrete/dispatcher.php(204): require('/home3/adriancr...')
#7 /home3/adriancr/public_html/gss/index.php(2): require('/home3/adriancr...')
#8 {main}
is there anything anyone can help me understand?
then when i have it sent to info@gamespeedbasketball.com the form gives this error:
Mail Exception Occurred. Unable to send mail: Unable to send mail
#0 /home3/adriancr/public_html/gss/concrete/libraries/3rdparty/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home3/adriancr/public_html/gss/concrete/libraries/3rdparty/Zend/Mail.php(973): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home3/adriancr/public_html/gss/concrete/helpers/mail.php(169): Zend_Mail->send()
#3 /home3/adriancr/public_html/gss/concrete/blocks/form/controller.php(329): MailHelper->sendMail()
#4 /home3/adriancr/public_html/gss/concrete/models/block.php(262): FormBlockController->action_submit_form()
#5 /home3/adriancr/public_html/gss/concrete/startup/process.php(199): Block->passThruBlock(Array, Array)
#6 /home3/adriancr/public_html/gss/concrete/dispatcher.php(204): require('/home3/adriancr...')
#7 /home3/adriancr/public_html/gss/index.php(2): require('/home3/adriancr...')
#8 {main}
is there anything anyone can help me understand?
I caught the same exception when I set up the guestbook comment block. Still haven't figured it out.
So, if I leave the email redirect blank for the guest block backend, then it doesn't throw an exception. If I have the block send me an email when someone posts a comment then it throws the exception.
It had me check line 183 under concrete/mail.php. Maybe that will help narrow the problem down for somebody. In my case, I'm just gonna roll without having an email sent to me.
Hope that is worth something.
It had me check line 183 under concrete/mail.php. Maybe that will help narrow the problem down for somebody. In my case, I'm just gonna roll without having an email sent to me.
Hope that is worth something.
i suggest posting this as a bug.
I don't think this is a bug. I think there's something wrong with the server that's not allowing it to send mail. Can you try with a separate email address - one at another domain? Like somebody@gmail.com, etc... ?
To be clear: we've addressed the issue with the exception appearing, because it should error more quietly than it has been.
i have tried other emails. apparently once the domain name of the email gets past a certain number of characters it sends the error.