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

Legend:

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

    r13047 r13048  
    9595            list($recipients, $header, $body) = $parts; 
    9696             
    97             $mailSend =& Mail::factory("SMTP", $smtp); 
     97            $mailSend = new Mail; 
     98            $mailSend = &factory("SMTP", $smtp); 
    9899            $mailSend->send($recipients, $header, $body); 
    99100             
Note: See TracChangeset for help on using the changeset viewer.