Ignore:
Timestamp:
2007/05/18 09:20:32 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13017 r13036  
    9191             
    9292            print_r($sendResut); 
    93             $decoder = new Mail_mimeDecode($sendResut); 
     93            $decoder = Mail_mimeDecode($sendResut); 
    9494            $parts = $decoder->getSendArray(); 
    9595            list($recipients, $header, $body) = $parts; 
     
    173173 
    174174 
    175 //--- ¥á¡¼¥ëÇÛ¿®¥Ö¥ì¥¤¥óÏ¢·È¤ÎÇÛ¿® 
    176 function BLAYN_MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name="", $reply_to="", $return_path="", $errors_to="", $bcc="", $cc ="" ) { 
    177  
    178  
    179     $mail_obj = new GC_SendMail();   
    180     $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    181  
    182 } 
    183  
    184175//--- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿® 
    185176function MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) { 
Note: See TracChangeset for help on using the changeset viewer.