Home
last modified time | relevance | path

Searched +full:localdomain +(+path:plugin +path:swiftmail) -(+path:plugin +path:swiftmail +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/swiftmail/conf/
H A Ddefault.php7 $conf['localdomain'] = '';
H A Dmetadata.php11 $meta['localdomain'] = array('string');
/plugin/swiftmail/
H A Daction.php61 $swift =& new Swift($smtp,$this->getConf('localdomain'));
H A DSwift.php93 … = !empty($_SERVER["SERVER_ADDR"]) ? "[" . $_SERVER["SERVER_ADDR"] . "]" : "localhost.localdomain";