Ignore:
Timestamp:
2011/01/17 14:28:59 (13 years ago)
Author:
Seasoft
Message:

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_SendMail.php

    r19670 r19940  
    2222 */ 
    2323 
    24 require_once(dirname(__FILE__) . '/../module/Mail.php'); 
    25 require_once(dirname(__FILE__) . '/../module/Mail/mime.php'); 
     24require_once 'Mail.php'; 
    2625 
    2726//--- テキスト/HTML メール送信 
     
    3534    var $replay_to;     // replay_to 
    3635    var $return_path;   // return_path 
    37     var $arrEncode; 
    38     var $objMailMime; 
    39     var $arrTEXTEncode; 
    40     var $arrHTMLEncode; 
    4136    var $objMail; 
    4237 
     
    5146        $this->replay_to = ""; 
    5247        $this->return_path = ""; 
    53         $this->arrEncode = array(); 
    5448        $this->backend = MAIL_BACKEND; 
    5549        $this->host = SMTP_HOST; 
    5650        $this->port = SMTP_PORT; 
    57         $this->objMailMime = new Mail_mime(); 
    5851        mb_language( "Japanese" ); 
    5952 
Note: See TracChangeset for help on using the changeset viewer.