Roundcube Community Forum

 

periodic failed to send message

Started by jwartnic, August 07, 2014, 02:46:52 PM

Previous topic - Next topic

jwartnic

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

GrandmaJean

Yes, I do, too.  It's usually when my wifi isn't working.   :(

jwartnic

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?

SKaero

Are you using PHP or SMTP to send the email?


SKaero

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.

jwartnic

I switched it over to use smtp instead. We'll see if it that helps. Thanks for the input/suggestions.