Author Topic: periodic failed to send message  (Read 4229 times)

Offline jwartnic

  • Jr. Member
  • **
  • Posts: 14
periodic failed to send message
« 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

Offline GrandmaJean

  • Newbie
  • *
  • Posts: 5
Re: periodic failed to send message
« Reply #1 on: August 07, 2014, 09:19:37 PM »
Yes, I do, too.  It's usually when my wifi isn't working.   :(

Offline jwartnic

  • Jr. Member
  • **
  • Posts: 14
Re: periodic failed to send message
« Reply #2 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: periodic failed to send message
« Reply #3 on: August 15, 2014, 10:32:57 AM »
Are you using PHP or SMTP to send the email?

Offline jwartnic

  • Jr. Member
  • **
  • Posts: 14
Re: periodic failed to send message
« Reply #4 on: August 15, 2014, 10:06:45 PM »
php

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: periodic failed to send message
« Reply #5 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.

Offline jwartnic

  • Jr. Member
  • **
  • Posts: 14
Re: periodic failed to send message
« Reply #6 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.