Changeset 12986


Ignore:
Timestamp:
2007/05/17 20:54:38 (16 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12971 r12986  
    9494                                          ); 
    9595             
    96             $decoder =& new Mail_mimeDecode($sendResut); 
     96            $decoder = new Mail_mimeDecode($sendResut); 
    9797            $parts = $decoder->getSendArray(); 
    9898            list($recipients, $header, $body) = $parts; 
    9999             
    100100            $mailSend =& Mail::factory("SMTP", $smtp); 
    101              
     101            Mail::send($recipients, $header, $body); 
    102102             
    103103        } else { 
Note: See TracChangeset for help on using the changeset viewer.