Home
last modified time | relevance | path

Searched refs:autorespEmail (Results 1 – 1 of 1) sorted by relevance

/dports/www/osticket/upload/include/
H A Dclass.dept.php65 var $autorespEmail; variable in Dept
366 if (!$this->autorespEmail) {
368 || !($this->autorespEmail = Email::lookup($this->autoresp_email_id)))
369 $this->autorespEmail = $this->getEmail();
372 return $this->autorespEmail;