From 5852c14d3ecc0a858e2bcadc7aeb0cd44c6b2e66 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 11 Jun 2010 13:57:02 +0000 Subject: - Add option to set separate footer for HTML messages (#1486660) --- config/main.inc.php.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') 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; -- cgit v1.2.3