Roundcube Community Forum

 

Global disclaimer

Started by zinkus, August 01, 2018, 04:11:48 PM

Previous topic - Next topic

zinkus

Is it possible to add global footer (disclaimer) to all outgoing messages from all users?

SKaero

You can set the following options in the Roundcube config:

// path to a text file which will be added to each sent message
// paths are relative to the Roundcube root folder
$config['generic_message_footer'] = '';

// path to a text file which will be added to each sent HTML message
// paths are relative to the Roundcube root folder
$config['generic_message_footer_html'] = '';

zinkus

Thank you.
It was very helpfull.

As always I did not RFM :)

p.s.:

Where I can find all config.inc.php options?

alec

In defaults.inc.php. Plugins will have it's options usually in config.inc.php.dist in the plugin folder.