summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-04-15 13:25:05 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-04-15 13:25:05 +0200
commit2398a2b54196667d6659d3d0489212b271c43703 (patch)
tree3510bf81289d4c93f1c801fb270a9db01ec0d926 /conf
parent052b2a1780ce07c45e80cd16a55e43177850de35 (diff)
downloadrpg-2398a2b54196667d6659d3d0489212b271c43703.tar.gz
rpg-2398a2b54196667d6659d3d0489212b271c43703.tar.bz2
made it possible to disable HTML mails in the config
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 298c8e572..fddc38a91 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -101,6 +101,7 @@ $conf['notify'] = ''; //send change info to this email (leave
$conf['registernotify'] = ''; //send info about newly registered users to this email (leave blank for nobody)
$conf['mailfrom'] = ''; //use this email when sending mails
$conf['mailprefix'] = ''; //use this as prefix of outgoing mails
+$conf['htmlmail'] = 1; //send HTML multipart mails
$conf['gzip_output'] = 0; //use gzip content encodeing for the output xhtml (if allowed by browser)
$conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect
$conf['im_convert'] = ''; //path to ImageMagicks convert (will be used instead of GD)