Home
last modified time | relevance | path

Searched +full:mailfrom -(+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/inc/
H A Dmail.php30 * Prepare mailfrom replacement patterns
33 * if the mailfrom one is userdependent and this might not be wanted (subscriptions)
69 $conf['mailfrom']
73 if ($from != $conf['mailfrom']) {
78 $conf['mailfrom'] = $from;
H A DMailer.class.php321 * This is set to $conf['mailfrom'] when not specified so you shouldn't need
567 if (empty($this->headers['From'])) $this->from($conf['mailfrom']);
/dokuwiki/conf/
H A Ddokuwiki.php110 $conf['mailfrom'] = ''; //use this email when sending mails
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php214 $meta['mailfrom'] = ['email', '_placeholders' => true];