Beispiel #1
0
 public function setTransport()
 {
     if (!isset($this->_config['port'])) {
         $this->_config['port'] = $this->_port;
     }
     self::$_transport = new Zend_Mail_Transport_Smtp($this->_host, $this->_config);
     return $this;
 }