diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 991d757a7..0f32b5788 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -225,6 +225,10 @@ $rcmail_config['include_host_config'] = false; // paths are relative to the RoundCube root folder $rcmail_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 +$rcmail_config['generic_message_footer_html'] = ''; + // add a received header to outgoing mails containing the creators IP and hostname $rcmail_config['http_received_header'] = false; |