Author Topic: Reply Message says: "An error occured while saving"  (Read 3595 times)

Offline rabe69

  • Newbie
  • *
  • Posts: 1
Reply Message says: "An error occured while saving"
« on: December 04, 2006, 10:12:06 AM »
Hello,
What i want to do?
I want to reply on a received message.

The Problem:
When i press the "Send the message now"-Button, i always get the Error "An error occured while saving". But the mail will be sent!
My Log-File says:
[04-Dec-2006 14:56:01 +0100] IMAP Error: Could not save message in Sent in /html/email/program/steps/mail/sendmail.inc on line 0

But everything else, like sending new messages (yes, sent messages will show in Sent-Folder!), receiving messages and Adressbook works fine!

Any idears?

Offline fchevitarese

  • Newbie
  • *
  • Posts: 1
Re: Reply Message says: "An error occured while saving"
« Reply #1 on: October 16, 2007, 09:00:36 AM »
i'm with the same problem!!!
Someone can help us ?!?!?!?!

Thanks :D

Offline zoelu

  • Newbie
  • *
  • Posts: 2
Re: Reply Message says: "An error occured while saving"
« Reply #2 on: November 18, 2007, 02:59:18 PM »
I faced the same problem. The solution for me was:
Changed
$rcmail_config['sent_mbox'] = 'Sent';
to
$rcmail_config['sent_mbox'] = 'SENT';
(case-sensitive)

I also changed "Sent" to "SENT" in this line:
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'SENT', 'Junk', 'Trash');

HTH

Offline bacool

  • Newbie
  • *
  • Posts: 4
Reply Message says: "An error occured while saving"
« Reply #3 on: June 10, 2008, 04:17:24 PM »
Quote from: zoelu;9439
I faced the same problem. The solution for me was:
Changed
$rcmail_config['sent_mbox'] = 'Sent';
to
$rcmail_config['sent_mbox'] = 'SENT';
(case-sensitive)

I also changed "Sent" to "SENT" in this line:
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'SENT', 'Junk', 'Trash');

HTH


Hi ,I am new in this situation
Where did you do this changes?
Thanks

Offline s3cr3t

  • Newbie
  • *
  • Posts: 1
Reply Message says: "An error occured while saving"
« Reply #4 on: December 26, 2008, 10:25:34 AM »
In config/main.inc.php file. I think so.