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

 
frz replied on at Permalink Reply
frz
somethings goofy with your mail.. can the site send out other mails? like forgot passowrd links?
neatgadgets replied on at Permalink Reply
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.
sealtex replied on at Permalink Reply
No I can not. I will call the hosting provider.

Thanks
sealtex replied on at Permalink Reply
Fixed: our mail server is at another location.
I had to setup dummy addresses at hostmonster to authenticate.
plschneide replied on at Permalink Reply
plschneide
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!
Mnkras replied on at Permalink Reply
Mnkras
are you using your host built in server or a third party like Gmail?

if its host provided SMTP or The php sendmail (default)
admin replied on at Permalink Reply
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
plschneide replied on at Permalink Reply
plschneide
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.
Adreco replied on at Permalink Reply
Adreco
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?
alemao replied on at Permalink Reply
alemao
i do have the same problems any solutions for this?
admin replied on at Permalink Reply
It's only when I'm logged in...