Roundcube Community Forum

Release Support => Release Discussion => Topic started by: quangduc08 on August 29, 2013, 10:21:02 AM

Title: /////// DEFAULT BCC value //////////
Post by: quangduc08 on August 29, 2013, 10:21:02 AM
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


Title: Re: /////// DEFAULT BCC value //////////
Post by: ABerglund on August 29, 2013, 02:44:20 PM
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.
Title: Re: /////// DEFAULT BCC value //////////
Post by: quangduc08 on August 29, 2013, 09:33:13 PM
Hi ABerglund,

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

i think i worng some thing with main config file.