예제 #1
0
파일: Mailer.php 프로젝트: acrifolium/olipp
 public function __construct()
 {
     parent::__construct();
     $this->host = $this->GetXmlRootConfig()->mailer->host;
     $this->user = $this->GetXmlRootConfig()->mailer->smtp_username;
     $this->password = $this->GetXmlRootConfig()->mailer->smtp_password;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
 }