Home
last modified time | relevance | path

Searched +full:email_address +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/issuetracker/conf/
Ddefault.php17 $conf['email_address'] = 'email@yourdomain.com'; // Who will be informed about new issues ?
Dmetadata.php17 $meta['email_address'] = array('string'); // Who will be informed about new issues ?
/plugin/issuetracker/
DREADME60 Who is to be informed ? = email_address
Dedit.php63 $from = $conf['plugin']['issuetracker']['email_address'];
112 $from = $conf['plugin']['issuetracker']['email_address'];
Dsyntax.php74 … if ($splitparam[0]=='email_address') {$data['email_address'] = trim(strtolower($splitparam[1])) ;}
137 if ($this->validEmail($data['email_address'])===false ) {
138 if($data['email_address']!='') { msg("invalid mail given by syntax",-1);}
139 $data['email_address'] = $this->getConf('email_address');
245 … $this->_emailForNewIssue($data['project'],$issues[$issue_id],$data['email_address']);
Daction.php2672 $from=$this->getConf('email_address') ;
2675 if($to==='') $to=$this->getConf('email_address');
2737 $from=$this->getConf('email_address'). "\r\n";
2743 if($to==='') $to=$this->getConf('email_address');
2810 $from=$this->getConf('email_address'). "\r\n";
2816 if(strlen($to)<3) $to=$this->getConf('email_address');
2861 $from=$this->getConf('email_address'). "\r\n";