コード例 #1
0
ファイル: DbMailSettings.php プロジェクト: ryanhend/Internal
 /**
  * Must we authenticate against the SMTP server ?
  * @return boolean true if authentication is required.
  */
 public function isSmtpAuthReqd()
 {
     return $this->settings->getSmtpAuthReqd();
 }