diff options
author | Lukas Rademacher <lukas@rademacher.ac> | 2017-10-28 22:24:54 +0200 |
---|---|---|
committer | Lukas Rademacher <lukas@rademacher.ac> | 2017-10-28 22:24:54 +0200 |
commit | 5f43dcf4974f7308330e107a5b71027b0da739d1 (patch) | |
tree | 8ad87bd3e2c3dac3a8d892f305d502ea6ae94157 /conf | |
parent | e1c5b79f58f3b5dfcd4d8c932a6503dfde41ff53 (diff) | |
download | dokuwiki-5f43dcf4974f7308330e107a5b71027b0da739d1.tar.gz dokuwiki-5f43dcf4974f7308330e107a5b71027b0da739d1.zip |
Support for configurable e-mail return path
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 5b725063d..c87a7cd0c 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -108,6 +108,7 @@ $conf['subscribe_time'] = 24*60*60; //Time after which digests / lists are $conf['notify'] = ''; //send change info to this email (leave blank for nobody) $conf['registernotify'] = ''; //send info about newly registered users to this email (leave blank for nobody) $conf['mailfrom'] = ''; //use this email when sending mails +$conf['mailreturnpath'] = ''; //use this email as returnpath for bounce mails $conf['mailprefix'] = ''; //use this as prefix of outgoing mails $conf['htmlmail'] = 1; //send HTML multipart mails |