Changeset 13042


Ignore:
Timestamp:
2007/05/18 10:15:50 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13036 r13042  
    9191             
    9292            print_r($sendResut); 
    93             $decoder = Mail_mimeDecode($sendResut); 
     93            $decoder =new Mail_mimeDecode($sendResut); 
    9494            $parts = $decoder->getSendArray(); 
    9595            list($recipients, $header, $body) = $parts; 
    9696             
    9797            $mailSend =& Mail::factory("SMTP", $smtp); 
    98             $mailSend->send($recipients, $header, $body); 
     98            $mailSend = new send($recipients, $header, $body); 
    9999             
    100100        } else { 
Note: See TracChangeset for help on using the changeset viewer.