diff options
author | alecpl <alec@alec.pl> | 2010-06-11 13:57:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-11 13:57:02 +0000 |
commit | 5852c14d3ecc0a858e2bcadc7aeb0cd44c6b2e66 (patch) | |
tree | 7740dacb5715b3ffd28407f6b942c5288bcffaf8 /config/main.inc.php.dist | |
parent | 93e3ae138586c3c0a8a02b09abbc3d660e7d31fa (diff) |
- Add option to set separate footer for HTML messages (#1486660)
Diffstat (limited to 'config/main.inc.php.dist')
-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; |