Home
last modified time | relevance | path

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

/plugin/smtp/
H A Dhelper.php17 * @param string $ehlo configured EHLO (ovverrides automatic detection)
20 static public function getEHLO($ehlo='') { argument
21 if(empty($ehlo)) {
34 return $ehlo;
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php52 protected $ehlo; variable in Tx\\Mailer\\SMTP
109 if(!$this->ehlo) $this->ehlo = $host;
132 public function setEhlo($ehlo){ argument
133 $this->ehlo = $ehlo;
150 ->ehlo();
154 ->ehlo();
214 protected function ehlo(){ function in Tx\\Mailer\\SMTP
215 $in = "EHLO " . $this->ehlo . $this->CRLF;