Roundcube Community Forum

 

/////// DEFAULT BCC value //////////

Started by quangduc08, August 29, 2013, 10:21:02 AM

Previous topic - Next topic

quangduc08

hi all,


i want to any user email default bbc to a email address ( quangduc@yahoo.com)  . i have add a code in main.inc.php
I use roundcube  0.7.4

code :

////// DEFAULT BCC value /////////////////
$rcmail_config['default_bcc'] = "quangduc@yahoo.com";


so but it not work , it mean quangduc@yahoo.com that recive any email when user email sending

help me,
Thanks



ABerglund

That would be better done on the email (smtp) server, rather than on the webmail client. That's how I do it.

Simply adding a line in the config file does nothing if there is no matching code in the app to use it.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

quangduc08

Hi ABerglund,

I use Plesk 9.5 and the webmail roundcube is a subdomain .

i think i worng some thing with main config file.