コード例 #1
0
ファイル: jMailer.class.php プロジェクト: havefnubb/havefnubb
 protected function SmtpSend($header, $body)
 {
     if ($this->copyToFiles) {
         $this->copyMail($header, $body);
     }
     return parent::SmtpSend($header, $body);
 }