Home
last modified time | relevance | path

Searched +full:htmlmail -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dmailer.test.php152 $conf['htmlmail'] = 0;
169 $conf['htmlmail'] = 1;
283 $conf['htmlmail'] = 0;
297 $conf['htmlmail'] = 1;
/dokuwiki/conf/
H A Ddokuwiki.php113 $conf['htmlmail'] = 1; //send HTML multipart mails
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php217 $meta['htmlmail'] = ['onoff'];
/dokuwiki/inc/
H A DMailer.class.php57 $this->allowhtml = (bool)$conf['htmlmail'];