dakira / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

[identities_smtp] Sent message doesn't appear in Sent folder #686

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Token: 966bd31ee5e73c0e56badd0a0095b1be (Don't modify this token!)
Version: 1.1.8 (09-04-2014)
PHP: 5.4.4-14 deb7u9
RCMAIL: 1.0.1
Database: mysql
SERVER: Apache/2.2.22 (Debian)
----
Hello,
When I send a message, it doesn't appear to Sent folder. Moreover, it doesn't 
appear in any folder. Do you know how to resolve this issue ? Thank you.

Original issue reported on code.google.com by hugo...@gmail.com on 23 May 2014 at 1:23

GoogleCodeExporter commented 8 years ago
This is a bug tracker and not a support forum. Goto 
http://forum.myroundcube.com.

If the message is sent but not saved then it is most probably a Roundcube 
configuration issue. Check if the combobox in compose menu is set to save 
message in Sent Folder.

// Disables saving sent messages in Sent folder (like gmail) (Default: false)
// Note: useful when SMTP server stores sent mail in user mailbox
$config['no_save_sent_messages'] = false;

Original comment by roland.l...@gmail.com on 23 May 2014 at 1:52