Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: jwartnic on August 07, 2014, 02:46:52 PM

Title: periodic failed to send message
Post by: jwartnic on August 07, 2014, 02:46:52 PM
Everyone,

I have set up roundcube mail and it works well most of the time. However, every now and then I create a new message and try to send it and I get  'failed to send message', message. While that message is displayed, it appears that the message is indeed sent. There are no errors reported in the "errors" file. Anyone have any idea why this occurs?

Thanks in advance.

-Jim
Title: Re: periodic failed to send message
Post by: GrandmaJean on August 07, 2014, 09:19:37 PM
Yes, I do, too.  It's usually when my wifi isn't working.   :(
Title: Re: periodic failed to send message
Post by: jwartnic on August 14, 2014, 10:04:50 PM
What's weird is that it actually DOES send the message. I'm trying to figure out a way to code against this as it's very disruptive. Anyone else having this issue?
Title: Re: periodic failed to send message
Post by: SKaero on August 15, 2014, 10:32:57 AM
Are you using PHP or SMTP to send the email?
Title: Re: periodic failed to send message
Post by: jwartnic on August 15, 2014, 10:06:45 PM
php
Title: Re: periodic failed to send message
Post by: SKaero on August 16, 2014, 01:30:30 AM
Its most likely something to do with how PHP mail is configured, I've seen odd behavior with before outside of Roundcube. If its possible I would try to use SMTP, its much better from a spam perspective as well.
Title: Re: periodic failed to send message
Post by: jwartnic on August 16, 2014, 10:18:29 PM
I switched it over to use smtp instead. We'll see if it that helps. Thanks for the input/suggestions.