示例#1
0
 /**
  * Must we authenticate against the SMTP server ?
  * @return boolean true if authentication is required.
  */
 public function isSmtpAuthReqd()
 {
     return $this->settings->getSmtpAuthReqd();
 }