Error when submit forms.
Permalink
After upgrading to 5.3.3.1 I am receiving the following error on all forms. Funny thing is the content shows up in the Reports page.
Fatal error: Uncaught exception 'Exception' with message 'Unable to send mail' in /home/sealtexi/public_html/concrete/helpers/mail.php:183 Stack trace: #0 /home/sealtexi/public_html/concrete/blocks/form/controller.php(329): MailHelper->sendMail() #1 /home/sealtexi/public_html/concrete/models/block.php(262): FormBlockController->action_submit_form() #2 /home/sealtexi/public_html/concrete/startup/process.php(199): Block->passThruBlock(Array, Array) #3 /home/sealtexi/public_html/concrete/dispatcher.php(204): require('/home/sealtexi/...') #4 /home/sealtexi/public_html/index.php(2): require('/home/sealtexi/...') #5 {main} thrown in /home/sealtexi/public_html/concrete/helpers/mail.php on line 183
Fatal error: Uncaught exception 'Exception' with message 'Unable to send mail' in /home/sealtexi/public_html/concrete/helpers/mail.php:183 Stack trace: #0 /home/sealtexi/public_html/concrete/blocks/form/controller.php(329): MailHelper->sendMail() #1 /home/sealtexi/public_html/concrete/models/block.php(262): FormBlockController->action_submit_form() #2 /home/sealtexi/public_html/concrete/startup/process.php(199): Block->passThruBlock(Array, Array) #3 /home/sealtexi/public_html/concrete/dispatcher.php(204): require('/home/sealtexi/...') #4 /home/sealtexi/public_html/index.php(2): require('/home/sealtexi/...') #5 {main} thrown in /home/sealtexi/public_html/concrete/helpers/mail.php on line 183
somethings goofy with your mail.. can the site send out other mails? like forgot passowrd links?
I am trying to make sense of the mail setup having not done it before. But my understanding is that using the "Default PHP Mail Function" option means it uses the 3rd party solution provided by concrete5 NOT anything to do with the server's mail setup.
I am having the problem of not getting it to send, and not sure what I am doing wrong. I have Ubuntu with Postfix but gave up trying to figure that out and just used my own smtp details.
I am having the problem of not getting it to send, and not sure what I am doing wrong. I have Ubuntu with Postfix but gave up trying to figure that out and just used my own smtp details.
No I can not. I will call the hosting provider.
Thanks
Thanks
Fixed: our mail server is at another location.
I had to setup dummy addresses at hostmonster to authenticate.
I had to setup dummy addresses at hostmonster to authenticate.
I am having the same problem.
Though a little different.
1) If I use an address that is not the same domain name it works fine.
2) If I use an address that is the same domain name it does not work (I get this message).
3) The domain set up is a little different. When someone hits the domain name, that specific server (not DNS) redirects it to the server where the web app (concrete 5 and database) live. On this web app I did an NS Lookup for the MX record and it was correctly resolving to the right mail server.
Any ideas of what I should check on with my hosting server or anything else I should check to see why this may be happening/how to resolve?
Thanks for any ideas!
Though a little different.
1) If I use an address that is not the same domain name it works fine.
2) If I use an address that is the same domain name it does not work (I get this message).
3) The domain set up is a little different. When someone hits the domain name, that specific server (not DNS) redirects it to the server where the web app (concrete 5 and database) live. On this web app I did an NS Lookup for the MX record and it was correctly resolving to the right mail server.
Any ideas of what I should check on with my hosting server or anything else I should check to see why this may be happening/how to resolve?
Thanks for any ideas!
are you using your host built in server or a third party like Gmail?
if its host provided SMTP or The php sendmail (default)
if its host provided SMTP or The php sendmail (default)
Same issue - php mail function.
I get:
Fatal error: Uncaught exception 'Exception' with message 'Unable to send mail' in /home/chris/public_html/concrete/helpers/mail.php:183 Stack trace: #0 /home/chris/public_html/concrete/blocks/form/controller.php(329): MailHelper->sendMail() #1 /home/chris/public_html/concrete/models/block.php(262): FormBlockController->action_submit_form() #2 /home/chris/public_html/concrete/startup/process.php(199): Block->passThruBlock(Array, Array) #3 /home/chris/public_html/concrete/dispatcher.php(204): require('/home/chris/pub...') #4 /home/chris/public_html/index.php(2): require('/home/chris/pub...') #5 {main} thrown in /home/chris/public_html/concrete/helpers/mail.php on line 183
I get:
Fatal error: Uncaught exception 'Exception' with message 'Unable to send mail' in /home/chris/public_html/concrete/helpers/mail.php:183 Stack trace: #0 /home/chris/public_html/concrete/blocks/form/controller.php(329): MailHelper->sendMail() #1 /home/chris/public_html/concrete/models/block.php(262): FormBlockController->action_submit_form() #2 /home/chris/public_html/concrete/startup/process.php(199): Block->passThruBlock(Array, Array) #3 /home/chris/public_html/concrete/dispatcher.php(204): require('/home/chris/pub...') #4 /home/chris/public_html/index.php(2): require('/home/chris/pub...') #5 {main} thrown in /home/chris/public_html/concrete/helpers/mail.php on line 183
I am just using the servers mail server.
The address I am sending to is picked up by an exchange server.
DNS points to Network A - Network A directs mail requests to the exchange server. Network A directs Web requests to Network B (which contains Concrete 5).
It is only when I use email address that are the same as the web address that I have this problem. If I send an email outside of this address is works fine.
The address I am sending to is picked up by an exchange server.
DNS points to Network A - Network A directs mail requests to the exchange server. Network A directs Web requests to Network B (which contains Concrete 5).
It is only when I use email address that are the same as the web address that I have this problem. If I send an email outside of this address is works fine.
Having a similar problem. Just activated a new site for a client and have had their existing domain name directed to the new IP address. Can not get the form to deliver to Any email.
Any advice?
Any advice?
i do have the same problems any solutions for this?
It's only when I'm logged in...