Changeset 13061


Ignore:
Timestamp:
2007/05/18 12:33:19 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13060 r13061  
    9595            list($recipients, $header, $body) = $parts; 
    9696             
    97             $mailSend = new SC_Mail(); 
    98             $mailSend = & factory("SMTP", $smtp); 
     97            $mailSend = & SC_Mail::factory("SMTP", $smtp); 
    9998            $mailSend->send($recipients, $header, $body); 
    10099             
Note: See TracChangeset for help on using the changeset viewer.