hi all,
i want to any user email default bbc to a email address (
[email protected]) . i have add a code in main.inc.php
I use roundcube 0.7.4
code :
////// DEFAULT BCC value /////////////////
$rcmail_config['default_bcc'] = "
[email protected]";
so but it not work , it mean
[email protected] that recive any email when user email sending
help me,
Thanks
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.
Hi ABerglund,
I use Plesk 9.5 and the webmail roundcube is a subdomain .
i think i worng some thing with main config file.