Beispiel #1
0
 public function setProtocol()
 {
     self::$_protocol = new Zend_Mail_Protocol_Smtp($this->_host, $this->_port, $this->_config);
 }